Html Css Color HEX #76884B Finch

📋 copy color: '#76884B'

red 118 ◦ green 136 ◦ blue 75

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

Shades of Finch #76884B

Tints of Finch #76884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 35.87%
G = 41.34%
B = 22.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#76884B (or 0x76884B) is known color: Finch. HEX triplet: 76, 88 and 4B. RGB value is (118,136,75). Sum of RGB (Red+Green+Blue) = 118+136+75=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #76884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76884B is #8977B4. Grayscale: #7B7B7B. Windows color (decimal): -9009077 or 4950134. OLE color: 4950134.

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

Color convert

RGB 118 136 75 -
CMYK 0.13 0 0.45 0.47
HSL 77.7º 0.29% 0.41% -
HSV(B) 77.7º 0.45% 0.53% -
XYZ 17.55 21.97 9.97 -
YUV 123.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 118 136 75 0.13 0 0.45 0.47 77.7 0.29 0.41
Hex 76 88 4B D 0 2D 2F 4E 1D 29
Octal 166 210 113 15 0 55 57 116 35 51
Binary 1110110 10001000 1001011 1101 0 101101 101111 1001110 11101 101001

Color Harmonies of #76884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76884B

Black with #76884B

Text Example


Text Example

White with #76884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76884B; }

 p { color: rgb(118,136,75); }

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

background-color css

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

 a { background-color: rgb(118,136,75); }

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

border-color css

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

 span { border-color: rgb(118,136,75); }

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