Html Css Color HEX #748350 Finch

📋 copy color: '#748350'

red 116 ◦ green 131 ◦ blue 80

#748350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #748350

Tints of Finch #748350

RGB

 RED value IS 116 (45.7% from 255) = 35.47%

 GREEN value IS 131 (51.56% from 255) = 40.06%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 35.47%
G = 40.06%
B = 24.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#748350 (or 0x748350) is known color: Finch. HEX triplet: 74, 83 and 50. RGB value is (116,131,80). Sum of RGB (Red+Green+Blue) = 116+131+80=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #748350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748350 is #8B7CAF. Grayscale: #787878. Windows color (decimal): -9141424 or 5276532. OLE color: 5276532.

HSL color Cylindrical-coordinate representation of color #748350: hue angle of 77.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748350 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 80 -
CMYK 0.11 0 0.39 0.49
HSL 77.65º 0.24% 0.41% -
HSV(B) 77.65º 0.39% 0.51% -
XYZ 16.77 20.52 10.67 -
YUV 120.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 116 131 80 0.11 0 0.39 0.49 77.65 0.24 0.41
Hex 74 83 50 B 0 27 31 4E 18 29
Octal 164 203 120 13 0 47 61 116 30 51
Binary 1110100 10000011 1010000 1011 0 100111 110001 1001110 11000 101001

Color Harmonies of #748350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748350

Black with #748350

Text Example


Text Example

White with #748350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748350; }

 p { color: rgb(116,131,80); }

 H1.HeaderClassName
 {
   color: #748350;
 }
 .AnyTagClassName
 {
   color: #748350;
 }
</style>

background-color css

<style>
 a { background-color: #748350; }

 a { background-color: rgb(116,131,80); }

 div.DivClassName
 {
   background-color: #748350;
 }
 .BgClassName
 {
   background-color: #748350;
 }
</style>

border-color css

<style>
 span { border-color: #748350; }

 span { border-color: rgb(116,131,80); }

 td.TdClassName
 {
   border-color: #748350;
 }
 .TagClassName
 {
   border-color: #748350;
 }
</style>