Html Css Color HEX #947783 Venus

📋 copy color: '#947783'

red 148 ◦ green 119 ◦ blue 131

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

Shades of Venus #947783

Tints of Venus #947783

RGB

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

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

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

R = 37.19%
G = 29.9%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#947783 (or 0x947783) is known color: Venus. HEX triplet: 94, 77 and 83. RGB value is (148,119,131). Sum of RGB (Red+Green+Blue) = 148+119+131=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947783 is #6B887C. Grayscale: #818181. Windows color (decimal): -7047293 or 8615828. OLE color: 8615828.

HSL color Cylindrical-coordinate representation of color #947783: hue angle of 335.17º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947783 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 131 -
CMYK 0 0.20 0.11 0.42
HSL 335.17º 0.12% 0.52% -
HSV(B) 335.17º 0.2% 0.58% -
XYZ 22.91 21.13 24.34 -
YUV 129.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 148 119 131 0 0.20 0.11 0.42 335.17 0.12 0.52
Hex 94 77 83 0 14 B 2A 14F C 34
Octal 224 167 203 0 24 13 52 517 14 64
Binary 10010100 1110111 10000011 0 10100 1011 101010 101001111 1100 110100

Color Harmonies of #947783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947783

Black with #947783

Text Example


Text Example

White with #947783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947783; }

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

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

background-color css

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

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

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

border-color css

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

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

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