Html Css Color HEX #76874E Finch

📋 copy color: '#76874E'

red 118 ◦ green 135 ◦ blue 78

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

Shades of Finch #76874E

Tints of Finch #76874E

RGB

 RED value IS 118 (46.48% from 255) = 35.65%

 GREEN value IS 135 (53.13% from 255) = 40.79%

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

R = 35.65%
G = 40.79%
B = 23.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#76874E (or 0x76874E) is known color: Finch. HEX triplet: 76, 87 and 4E. RGB value is (118,135,78). Sum of RGB (Red+Green+Blue) = 118+135+78=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #76874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76874E is #8978B1. Grayscale: #7B7B7B. Windows color (decimal): -9009330 or 5146486. OLE color: 5146486.

HSL color Cylindrical-coordinate representation of color #76874E: hue angle of 77.89º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76874E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 135 78 -
CMYK 0.13 0 0.42 0.47
HSL 77.89º 0.27% 0.42% -
HSV(B) 77.89º 0.42% 0.53% -
XYZ 17.51 21.73 10.48 -
YUV 123.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 118 135 78 0.13 0 0.42 0.47 77.89 0.27 0.42
Hex 76 87 4E D 0 2A 2F 4E 1B 2A
Octal 166 207 116 15 0 52 57 116 33 52
Binary 1110110 10000111 1001110 1101 0 101010 101111 1001110 11011 101010

Color Harmonies of #76874E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76874E

Black with #76874E

Text Example


Text Example

White with #76874E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,135,78); }

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

background-color css

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

 a { background-color: rgb(118,135,78); }

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

border-color css

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

 span { border-color: rgb(118,135,78); }

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