Html Css Color HEX #94777D Venus

📋 copy color: '#94777D'

red 148 ◦ green 119 ◦ blue 125

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

Shades of Venus #94777D

Tints of Venus #94777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 37.76%
G = 30.36%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94777D (or 0x94777D) is known color: Venus. HEX triplet: 94, 77 and 7D. RGB value is (148,119,125). Sum of RGB (Red+Green+Blue) = 148+119+125=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94777D is #6B8882. Grayscale: #808080. Windows color (decimal): -7047299 or 8222612. OLE color: 8222612.

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

Color convert

RGB 148 119 125 -
CMYK 0 0.20 0.16 0.42
HSL 347.59º 0.12% 0.52% -
HSV(B) 347.59º 0.2% 0.58% -
XYZ 22.51 20.97 22.26 -
YUV 128.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 148 119 125 0 0.20 0.16 0.42 347.59 0.12 0.52
Hex 94 77 7D 0 14 10 2A 15C C 34
Octal 224 167 175 0 24 20 52 534 14 64
Binary 10010100 1110111 1111101 0 10100 10000 101010 101011100 1100 110100

Color Harmonies of #94777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94777D

Black with #94777D

Text Example


Text Example

White with #94777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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