Html Css Color HEX #927078 Venus

📋 copy color: '#927078'

red 146 ◦ green 112 ◦ blue 120

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

Shades of Venus #927078

Tints of Venus #927078

RGB

 RED value IS 146 (57.42% from 255) = 38.62%

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 38.62%
G = 29.63%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#927078 (or 0x927078) is known color: Venus. HEX triplet: 92, 70 and 78. RGB value is (146,112,120). Sum of RGB (Red+Green+Blue) = 146+112+120=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #927078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927078 is #6D8F87. Grayscale: #7B7B7B. Windows color (decimal): -7180168 or 7893138. OLE color: 7893138.

HSL color Cylindrical-coordinate representation of color #927078: hue angle of 345.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #927078 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 112 120 -
CMYK 0 0.23 0.18 0.43
HSL 345.88º 0.13% 0.51% -
HSV(B) 345.88º 0.23% 0.57% -
XYZ 21.04 19.06 20.34 -
YUV 123.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 146 112 120 0 0.23 0.18 0.43 345.88 0.13 0.51
Hex 92 70 78 0 17 12 2B 15A D 33
Octal 222 160 170 0 27 22 53 532 15 63
Binary 10010010 1110000 1111000 0 10111 10010 101011 101011010 1101 110011

Color Harmonies of #927078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927078

Black with #927078

Text Example


Text Example

White with #927078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927078; }

 p { color: rgb(146,112,120); }

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

background-color css

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

 a { background-color: rgb(146,112,120); }

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

border-color css

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

 span { border-color: rgb(146,112,120); }

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