Html Css Color HEX #94727A Venus

📋 copy color: '#94727A'

red 148 ◦ green 114 ◦ blue 122

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

Shades of Venus #94727A

Tints of Venus #94727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 38.54%
G = 29.69%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94727A (or 0x94727A) is known color: Venus. HEX triplet: 94, 72 and 7A. RGB value is (148,114,122). Sum of RGB (Red+Green+Blue) = 148+114+122=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #94727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94727A is #6B8D85. Grayscale: #7D7D7D. Windows color (decimal): -7048582 or 8024724. OLE color: 8024724.

HSL color Cylindrical-coordinate representation of color #94727A: hue angle of 345.88º 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 #94727A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 114 122 -
CMYK 0 0.23 0.18 0.42
HSL 345.88º 0.14% 0.51% -
HSV(B) 345.88º 0.23% 0.58% -
XYZ 21.74 19.74 21.08 -
YUV 125.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 148 114 122 0 0.23 0.18 0.42 345.88 0.14 0.51
Hex 94 72 7A 0 17 12 2A 15A E 33
Octal 224 162 172 0 27 22 52 532 16 63
Binary 10010100 1110010 1111010 0 10111 10010 101010 101011010 1110 110011

Color Harmonies of #94727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94727A

Black with #94727A

Text Example


Text Example

White with #94727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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