Html Css Color HEX #947C81 Venus

📋 copy color: '#947C81'

red 148 ◦ green 124 ◦ blue 129

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

Shades of Venus #947C81

Tints of Venus #947C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.92%

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

R = 36.91%
G = 30.92%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#947C81 (or 0x947C81) is known color: Venus. HEX triplet: 94, 7C and 81. RGB value is (148,124,129). Sum of RGB (Red+Green+Blue) = 148+124+129=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #947C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C81 is #6B837E. Grayscale: #838383. Windows color (decimal): -7046015 or 8486036. OLE color: 8486036.

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

Color convert

RGB 148 124 129 -
CMYK 0 0.16 0.13 0.42
HSL 347.5º 0.1% 0.53% -
HSV(B) 347.5º 0.16% 0.58% -
XYZ 23.38 22.3 23.84 -
YUV 131.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 148 124 129 0 0.16 0.13 0.42 347.5 0.1 0.53
Hex 94 7C 81 0 10 D 2A 15C A 35
Octal 224 174 201 0 20 15 52 534 12 65
Binary 10010100 1111100 10000001 0 10000 1101 101010 101011100 1010 110101

Color Harmonies of #947C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C81

Black with #947C81

Text Example


Text Example

White with #947C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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