Html Css Color HEX #76894B Finch

📋 copy color: '#76894B'

red 118 ◦ green 137 ◦ blue 75

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

Shades of Finch #76894B

Tints of Finch #76894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

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

R = 35.76%
G = 41.52%
B = 22.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#76894B (or 0x76894B) is known color: Finch. HEX triplet: 76, 89 and 4B. RGB value is (118,137,75). Sum of RGB (Red+Green+Blue) = 118+137+75=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #76894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76894B is #8976B4. Grayscale: #7C7C7C. Windows color (decimal): -9008821 or 4950390. OLE color: 4950390.

HSL color Cylindrical-coordinate representation of color #76894B: hue angle of 78.39º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76894B is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 75 -
CMYK 0.14 0 0.45 0.46
HSL 78.39º 0.29% 0.42% -
HSV(B) 78.39º 0.45% 0.54% -
XYZ 17.69 22.25 10.02 -
YUV 124.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 118 137 75 0.14 0 0.45 0.46 78.39 0.29 0.42
Hex 76 89 4B E 0 2D 2E 4E 1D 2A
Octal 166 211 113 16 0 55 56 116 35 52
Binary 1110110 10001001 1001011 1110 0 101101 101110 1001110 11101 101010

Color Harmonies of #76894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76894B

Black with #76894B

Text Example


Text Example

White with #76894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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