Html Css Color HEX #76854F Finch

📋 copy color: '#76854F'

red 118 ◦ green 133 ◦ blue 79

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

Shades of Finch #76854F

Tints of Finch #76854F

RGB

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

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

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

R = 35.76%
G = 40.3%
B = 23.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#76854F (or 0x76854F) is known color: Finch. HEX triplet: 76, 85 and 4F. RGB value is (118,133,79). Sum of RGB (Red+Green+Blue) = 118+133+79=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #76854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76854F is #897AB0. Grayscale: #7A7A7A. Windows color (decimal): -9009841 or 5211510. OLE color: 5211510.

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

Color convert

RGB 118 133 79 -
CMYK 0.11 0 0.41 0.48
HSL 76.67º 0.25% 0.42% -
HSV(B) 76.67º 0.41% 0.52% -
XYZ 17.27 21.19 10.58 -
YUV 122.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 118 133 79 0.11 0 0.41 0.48 76.67 0.25 0.42
Hex 76 85 4F B 0 29 30 4D 19 2A
Octal 166 205 117 13 0 51 60 115 31 52
Binary 1110110 10000101 1001111 1011 0 101001 110000 1001101 11001 101010

Color Harmonies of #76854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76854F

Black with #76854F

Text Example


Text Example

White with #76854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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