Html Css Color HEX #947B80 Venus

📋 copy color: '#947B80'

red 148 ◦ green 123 ◦ blue 128

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

Shades of Venus #947B80

Tints of Venus #947B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 37.09%
G = 30.83%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#947B80 (or 0x947B80) is known color: Venus. HEX triplet: 94, 7B and 80. RGB value is (148,123,128). Sum of RGB (Red+Green+Blue) = 148+123+128=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B80 is #6B847F. Grayscale: #838383. Windows color (decimal): -7046272 or 8420244. OLE color: 8420244.

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

Color convert

RGB 148 123 128 -
CMYK 0 0.17 0.14 0.42
HSL 348º 0.1% 0.53% -
HSV(B) 348º 0.17% 0.58% -
XYZ 23.19 22.02 23.45 -
YUV 131.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 148 123 128 0 0.17 0.14 0.42 348 0.1 0.53
Hex 94 7B 80 0 11 E 2A 15C A 35
Octal 224 173 200 0 21 16 52 534 12 65
Binary 10010100 1111011 10000000 0 10001 1110 101010 101011100 1010 110101

Color Harmonies of #947B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B80

Black with #947B80

Text Example


Text Example

White with #947B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,123,128); }

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

background-color css

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

 a { background-color: rgb(148,123,128); }

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

border-color css

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

 span { border-color: rgb(148,123,128); }

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