Html Css Color HEX #947F81 Venus

📋 copy color: '#947F81'

red 148 ◦ green 127 ◦ blue 129

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

Shades of Venus #947F81

Tints of Venus #947F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.93%

R = 36.63%
G = 31.44%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#947F81 (or 0x947F81) is known color: Venus. HEX triplet: 94, 7F and 81. RGB value is (148,127,129). Sum of RGB (Red+Green+Blue) = 148+127+129=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #947F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F81 is #6B807E. Grayscale: #858585. Windows color (decimal): -7045247 or 8486804. OLE color: 8486804.

HSL color Cylindrical-coordinate representation of color #947F81: hue angle of 354.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #947F81 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 127 129 -
CMYK 0 0.14 0.13 0.42
HSL 354.29º 0.09% 0.54% -
HSV(B) 354.29º 0.14% 0.58% -
XYZ 23.76 23.06 23.97 -
YUV 133.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 148 127 129 0 0.14 0.13 0.42 354.29 0.09 0.54
Hex 94 7F 81 0 E D 2A 162 9 36
Octal 224 177 201 0 16 15 52 542 11 66
Binary 10010100 1111111 10000001 0 1110 1101 101010 101100010 1001 110110

Color Harmonies of #947F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F81

Black with #947F81

Text Example


Text Example

White with #947F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947F81; }

 p { color: rgb(148,127,129); }

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

background-color css

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

 a { background-color: rgb(148,127,129); }

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

border-color css

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

 span { border-color: rgb(148,127,129); }

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