Html Css Color HEX #76854C Finch

📋 copy color: '#76854C'

red 118 ◦ green 133 ◦ blue 76

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

Shades of Finch #76854C

Tints of Finch #76854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 76 (30.08% from 255) = 23.24%

R = 36.09%
G = 40.67%
B = 23.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#76854C (or 0x76854C) is known color: Finch. HEX triplet: 76, 85 and 4C. RGB value is (118,133,76). Sum of RGB (Red+Green+Blue) = 118+133+76=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #76854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76854C is #897AB3. Grayscale: #7A7A7A. Windows color (decimal): -9009844 or 5014902. OLE color: 5014902.

HSL color Cylindrical-coordinate representation of color #76854C: hue angle of 75.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76854C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 76 -
CMYK 0.11 0 0.43 0.48
HSL 75.79º 0.27% 0.41% -
HSV(B) 75.79º 0.43% 0.52% -
XYZ 17.16 21.15 10.01 -
YUV 122.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 118 133 76 0.11 0 0.43 0.48 75.79 0.27 0.41
Hex 76 85 4C B 0 2B 30 4C 1B 29
Octal 166 205 114 13 0 53 60 114 33 51
Binary 1110110 10000101 1001100 1011 0 101011 110000 1001100 11011 101001

Color Harmonies of #76854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76854C

Black with #76854C

Text Example


Text Example

White with #76854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76854C; }

 p { color: rgb(118,133,76); }

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

background-color css

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

 a { background-color: rgb(118,133,76); }

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

border-color css

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

 span { border-color: rgb(118,133,76); }

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