Html Css Color HEX #94727F Venus

📋 copy color: '#94727F'

red 148 ◦ green 114 ◦ blue 127

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

Shades of Venus #94727F

Tints of Venus #94727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 38.05%
G = 29.31%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94727F (or 0x94727F) is known color: Venus. HEX triplet: 94, 72 and 7F. RGB value is (148,114,127). Sum of RGB (Red+Green+Blue) = 148+114+127=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94727F is #6B8D80. Grayscale: #7D7D7D. Windows color (decimal): -7048577 or 8352404. OLE color: 8352404.

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

Color convert

RGB 148 114 127 -
CMYK 0 0.23 0.14 0.42
HSL 337.06º 0.14% 0.51% -
HSV(B) 337.06º 0.23% 0.58% -
XYZ 22.06 19.86 22.75 -
YUV 125.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 148 114 127 0 0.23 0.14 0.42 337.06 0.14 0.51
Hex 94 72 7F 0 17 E 2A 151 E 33
Octal 224 162 177 0 27 16 52 521 16 63
Binary 10010100 1110010 1111111 0 10111 1110 101010 101010001 1110 110011

Color Harmonies of #94727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94727F

Black with #94727F

Text Example


Text Example

White with #94727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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