Html Css Color HEX #947D83 Venus

📋 copy color: '#947D83'

red 148 ◦ green 125 ◦ blue 131

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

Shades of Venus #947D83

Tints of Venus #947D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 36.63%
G = 30.94%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#947D83 (or 0x947D83) is known color: Venus. HEX triplet: 94, 7D and 83. RGB value is (148,125,131). Sum of RGB (Red+Green+Blue) = 148+125+131=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #947D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D83 is #6B827C. Grayscale: #848484. Windows color (decimal): -7045757 or 8617364. OLE color: 8617364.

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

Color convert

RGB 148 125 131 -
CMYK 0 0.16 0.11 0.42
HSL 344.35º 0.1% 0.54% -
HSV(B) 344.35º 0.16% 0.58% -
XYZ 23.64 22.6 24.59 -
YUV 132.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 148 125 131 0 0.16 0.11 0.42 344.35 0.1 0.54
Hex 94 7D 83 0 10 B 2A 158 A 36
Octal 224 175 203 0 20 13 52 530 12 66
Binary 10010100 1111101 10000011 0 10000 1011 101010 101011000 1010 110110

Color Harmonies of #947D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D83

Black with #947D83

Text Example


Text Example

White with #947D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,125,131); }

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

background-color css

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

 a { background-color: rgb(148,125,131); }

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

border-color css

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

 span { border-color: rgb(148,125,131); }

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