Html Css Color HEX #947C82 Venus

📋 copy color: '#947C82'

red 148 ◦ green 124 ◦ blue 130

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

Shades of Venus #947C82

Tints of Venus #947C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 36.82%
G = 30.85%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#947C82 (or 0x947C82) is known color: Venus. HEX triplet: 94, 7C and 82. RGB value is (148,124,130). Sum of RGB (Red+Green+Blue) = 148+124+130=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #947C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C82 is #6B837D. Grayscale: #838383. Windows color (decimal): -7046014 or 8551572. OLE color: 8551572.

HSL color Cylindrical-coordinate representation of color #947C82: hue angle of 345º 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 #947C82 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 130 -
CMYK 0 0.16 0.12 0.42
HSL 345º 0.1% 0.53% -
HSV(B) 345º 0.16% 0.58% -
XYZ 23.45 22.32 24.19 -
YUV 131.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 148 124 130 0 0.16 0.12 0.42 345 0.1 0.53
Hex 94 7C 82 0 10 C 2A 159 A 35
Octal 224 174 202 0 20 14 52 531 12 65
Binary 10010100 1111100 10000010 0 10000 1100 101010 101011001 1010 110101

Color Harmonies of #947C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C82

Black with #947C82

Text Example


Text Example

White with #947C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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