Html Css Color HEX #74834E Finch

📋 copy color: '#74834E'

red 116 ◦ green 131 ◦ blue 78

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

Shades of Finch #74834E

Tints of Finch #74834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24%

R = 35.69%
G = 40.31%
B = 24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#74834E (or 0x74834E) is known color: Finch. HEX triplet: 74, 83 and 4E. RGB value is (116,131,78). Sum of RGB (Red+Green+Blue) = 116+131+78=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #74834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74834E is #8B7CB1. Grayscale: #787878. Windows color (decimal): -9141426 or 5145460. OLE color: 5145460.

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

Color convert

RGB 116 131 78 -
CMYK 0.11 0 0.40 0.49
HSL 76.98º 0.25% 0.41% -
HSV(B) 76.98º 0.4% 0.51% -
XYZ 16.69 20.5 10.28 -
YUV 120.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 116 131 78 0.11 0 0.40 0.49 76.98 0.25 0.41
Hex 74 83 4E B 0 28 31 4D 19 29
Octal 164 203 116 13 0 50 61 115 31 51
Binary 1110100 10000011 1001110 1011 0 101000 110001 1001101 11001 101001

Color Harmonies of #74834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74834E

Black with #74834E

Text Example


Text Example

White with #74834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74834E; }

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

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

background-color css

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

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

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

border-color css

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

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

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