Html Css Color HEX #76764B Finch

📋 copy color: '#76764B'

red 118 ◦ green 118 ◦ blue 75

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

Shades of Finch #76764B

Tints of Finch #76764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 37.94%
G = 37.94%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76764B (or 0x76764B) is known color: Finch. HEX triplet: 76, 76 and 4B. RGB value is (118,118,75). Sum of RGB (Red+Green+Blue) = 118+118+75=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76764B is #8989B4. Grayscale: #717171. Windows color (decimal): -9013685 or 4945526. OLE color: 4945526.

HSL color Cylindrical-coordinate representation of color #76764B: hue angle of 60º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76764B is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 118 75 -
CMYK 0 0 0.36 0.54
HSL 60º 0.22% 0.38% -
HSV(B) 60º 0.36% 0.46% -
XYZ 15.22 17.32 9.2 -
YUV 113.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 118 118 75 0 0 0.36 0.54 60 0.22 0.38
Hex 76 76 4B 0 0 24 36 3C 16 26
Octal 166 166 113 0 0 44 66 74 26 46
Binary 1110110 1110110 1001011 0 0 100100 110110 111100 10110 100110

Color Harmonies of #76764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76764B

Black with #76764B

Text Example


Text Example

White with #76764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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