Html Css Color HEX #76874F Finch

📋 copy color: '#76874F'

red 118 ◦ green 135 ◦ blue 79

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

Shades of Finch #76874F

Tints of Finch #76874F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 35.54%
G = 40.66%
B = 23.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#76874F (or 0x76874F) is known color: Finch. HEX triplet: 76, 87 and 4F. RGB value is (118,135,79). Sum of RGB (Red+Green+Blue) = 118+135+79=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #76874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76874F is #8978B0. Grayscale: #7B7B7B. Windows color (decimal): -9009329 or 5212022. OLE color: 5212022.

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

Color convert

RGB 118 135 79 -
CMYK 0.13 0 0.41 0.47
HSL 78.21º 0.26% 0.42% -
HSV(B) 78.21º 0.41% 0.53% -
XYZ 17.55 21.74 10.67 -
YUV 123.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 118 135 79 0.13 0 0.41 0.47 78.21 0.26 0.42
Hex 76 87 4F D 0 29 2F 4E 1A 2A
Octal 166 207 117 15 0 51 57 116 32 52
Binary 1110110 10000111 1001111 1101 0 101001 101111 1001110 11010 101010

Color Harmonies of #76874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76874F

Black with #76874F

Text Example


Text Example

White with #76874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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