Html Css Color HEX #947764 Beaver

📋 copy color: '#947764'

red 148 ◦ green 119 ◦ blue 100

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

Shades of Beaver #947764

Tints of Beaver #947764

RGB

 RED value IS 148 (58.2% from 255) = 40.33%

 GREEN value IS 119 (46.88% from 255) = 32.43%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 40.33%
G = 32.43%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#947764 (or 0x947764) is known color: Beaver. HEX triplet: 94, 77 and 64. RGB value is (148,119,100). Sum of RGB (Red+Green+Blue) = 148+119+100=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947764 is #6B889B. Grayscale: #7D7D7D. Windows color (decimal): -7047324 or 6584212. OLE color: 6584212.

HSL color Cylindrical-coordinate representation of color #947764: hue angle of 23.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947764 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 100 -
CMYK 0 0.20 0.32 0.42
HSL 23.75º 0.19% 0.49% -
HSV(B) 23.75º 0.32% 0.58% -
XYZ 21.11 20.41 14.88 -
YUV 125.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 148 119 100 0 0.20 0.32 0.42 23.75 0.19 0.49
Hex 94 77 64 0 14 20 2A 18 13 31
Octal 224 167 144 0 24 40 52 30 23 61
Binary 10010100 1110111 1100100 0 10100 100000 101010 11000 10011 110001

Color Harmonies of #947764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947764

Black with #947764

Text Example


Text Example

White with #947764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947764; }

 p { color: rgb(148,119,100); }

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

background-color css

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

 a { background-color: rgb(148,119,100); }

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

border-color css

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

 span { border-color: rgb(148,119,100); }

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