Html Css Color HEX #94777E Venus

📋 copy color: '#94777E'

red 148 ◦ green 119 ◦ blue 126

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

Shades of Venus #94777E

Tints of Venus #94777E

RGB

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

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

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

R = 37.66%
G = 30.28%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94777E (or 0x94777E) is known color: Venus. HEX triplet: 94, 77 and 7E. RGB value is (148,119,126). Sum of RGB (Red+Green+Blue) = 148+119+126=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #94777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94777E is #6B8881. Grayscale: #808080. Windows color (decimal): -7047298 or 8288148. OLE color: 8288148.

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

Color convert

RGB 148 119 126 -
CMYK 0 0.20 0.15 0.42
HSL 345.52º 0.12% 0.52% -
HSV(B) 345.52º 0.2% 0.58% -
XYZ 22.58 21 22.6 -
YUV 128.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 148 119 126 0 0.20 0.15 0.42 345.52 0.12 0.52
Hex 94 77 7E 0 14 F 2A 15A C 34
Octal 224 167 176 0 24 17 52 532 14 64
Binary 10010100 1110111 1111110 0 10100 1111 101010 101011010 1100 110100

Color Harmonies of #94777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94777E

Black with #94777E

Text Example


Text Example

White with #94777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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