Html Css Color HEX #94797F Venus

📋 copy color: '#94797F'

red 148 ◦ green 121 ◦ blue 127

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

Shades of Venus #94797F

Tints of Venus #94797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

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

R = 37.37%
G = 30.56%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94797F (or 0x94797F) is known color: Venus. HEX triplet: 94, 79 and 7F. RGB value is (148,121,127). Sum of RGB (Red+Green+Blue) = 148+121+127=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #94797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94797F is #6B8680. Grayscale: #818181. Windows color (decimal): -7046785 or 8354196. OLE color: 8354196.

HSL color Cylindrical-coordinate representation of color #94797F: hue angle of 346.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94797F is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 127 -
CMYK 0 0.18 0.14 0.42
HSL 346.67º 0.11% 0.53% -
HSV(B) 346.67º 0.18% 0.58% -
XYZ 22.88 21.5 23.02 -
YUV 129.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 148 121 127 0 0.18 0.14 0.42 346.67 0.11 0.53
Hex 94 79 7F 0 12 E 2A 15B B 35
Octal 224 171 177 0 22 16 52 533 13 65
Binary 10010100 1111001 1111111 0 10010 1110 101010 101011011 1011 110101

Color Harmonies of #94797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94797F

Black with #94797F

Text Example


Text Example

White with #94797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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