Html Css Color HEX #977F68 Squirrel

📋 copy color: '#977F68'

red 151 ◦ green 127 ◦ blue 104

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

Shades of Squirrel #977F68

Tints of Squirrel #977F68

RGB

 RED value IS 151 (59.38% from 255) = 39.53%

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 39.53%
G = 33.25%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#977F68 (or 0x977F68) is known color: Squirrel. HEX triplet: 97, 7F and 68. RGB value is (151,127,104). Sum of RGB (Red+Green+Blue) = 151+127+104=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #977F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F68 is #688097. Grayscale: #838383. Windows color (decimal): -6848664 or 6848407. OLE color: 6848407.

HSL color Cylindrical-coordinate representation of color #977F68: hue angle of 29.36º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #977F68 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 104 -
CMYK 0 0.16 0.31 0.41
HSL 29.36º 0.18% 0.5% -
HSV(B) 29.36º 0.31% 0.59% -
XYZ 22.85 22.76 16.28 -
YUV 131.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 151 127 104 0 0.16 0.31 0.41 29.36 0.18 0.5
Hex 97 7F 68 0 10 1F 29 1D 12 32
Octal 227 177 150 0 20 37 51 35 22 62
Binary 10010111 1111111 1101000 0 10000 11111 101001 11101 10010 110010

Color Harmonies of #977F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F68

Black with #977F68

Text Example


Text Example

White with #977F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977F68; }

 p { color: rgb(151,127,104); }

 H1.HeaderClassName
 {
   color: #977F68;
 }
 .AnyTagClassName
 {
   color: #977F68;
 }
</style>

background-color css

<style>
 a { background-color: #977F68; }

 a { background-color: rgb(151,127,104); }

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

border-color css

<style>
 span { border-color: #977F68; }

 span { border-color: rgb(151,127,104); }

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