Html Css Color HEX #947B7E Venus

📋 copy color: '#947B7E'

red 148 ◦ green 123 ◦ blue 126

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

Shades of Venus #947B7E

Tints of Venus #947B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 37.28%
G = 30.98%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#947B7E (or 0x947B7E) is known color: Venus. HEX triplet: 94, 7B and 7E. RGB value is (148,123,126). Sum of RGB (Red+Green+Blue) = 148+123+126=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B7E is #6B8481. Grayscale: #828282. Windows color (decimal): -7046274 or 8289172. OLE color: 8289172.

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

Color convert

RGB 148 123 126 -
CMYK 0 0.17 0.15 0.42
HSL 352.8º 0.1% 0.53% -
HSV(B) 352.8º 0.17% 0.58% -
XYZ 23.06 21.97 22.76 -
YUV 130.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 148 123 126 0 0.17 0.15 0.42 352.8 0.1 0.53
Hex 94 7B 7E 0 11 F 2A 161 A 35
Octal 224 173 176 0 21 17 52 541 12 65
Binary 10010100 1111011 1111110 0 10001 1111 101010 101100001 1010 110101

Color Harmonies of #947B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B7E

Black with #947B7E

Text Example


Text Example

White with #947B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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