Html Css Color HEX #94777F Venus

📋 copy color: '#94777F'

red 148 ◦ green 119 ◦ blue 127

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

Shades of Venus #94777F

Tints of Venus #94777F

RGB

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

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

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

R = 37.56%
G = 30.2%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94777F (or 0x94777F) is known color: Venus. HEX triplet: 94, 77 and 7F. RGB value is (148,119,127). Sum of RGB (Red+Green+Blue) = 148+119+127=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94777F is #6B8880. Grayscale: #808080. Windows color (decimal): -7047297 or 8353684. OLE color: 8353684.

HSL color Cylindrical-coordinate representation of color #94777F: hue angle of 343.45º 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 #94777F is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 127 -
CMYK 0 0.20 0.14 0.42
HSL 343.45º 0.12% 0.52% -
HSV(B) 343.45º 0.2% 0.58% -
XYZ 22.64 21.02 22.94 -
YUV 128.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 148 119 127 0 0.20 0.14 0.42 343.45 0.12 0.52
Hex 94 77 7F 0 14 E 2A 157 C 34
Octal 224 167 177 0 24 16 52 527 14 64
Binary 10010100 1110111 1111111 0 10100 1110 101010 101010111 1100 110100

Color Harmonies of #94777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94777F

Black with #94777F

Text Example


Text Example

White with #94777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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