Html Css Color HEX #947C7F Venus

📋 copy color: '#947C7F'

red 148 ◦ green 124 ◦ blue 127

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

Shades of Venus #947C7F

Tints of Venus #947C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 37.09%
G = 31.08%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#947C7F (or 0x947C7F) is known color: Venus. HEX triplet: 94, 7C and 7F. RGB value is (148,124,127). Sum of RGB (Red+Green+Blue) = 148+124+127=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C7F is #6B8380. Grayscale: #838383. Windows color (decimal): -7046017 or 8354964. OLE color: 8354964.

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

Color convert

RGB 148 124 127 -
CMYK 0 0.16 0.14 0.42
HSL 352.5º 0.1% 0.53% -
HSV(B) 352.5º 0.16% 0.58% -
XYZ 23.25 22.24 23.15 -
YUV 131.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 148 124 127 0 0.16 0.14 0.42 352.5 0.1 0.53
Hex 94 7C 7F 0 10 E 2A 160 A 35
Octal 224 174 177 0 20 16 52 540 12 65
Binary 10010100 1111100 1111111 0 10000 1110 101010 101100000 1010 110101

Color Harmonies of #947C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C7F

Black with #947C7F

Text Example


Text Example

White with #947C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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