Html Css Color HEX #92707B Venus

📋 copy color: '#92707B'

red 146 ◦ green 112 ◦ blue 123

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

Shades of Venus #92707B

Tints of Venus #92707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 38.32%
G = 29.4%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#92707B (or 0x92707B) is known color: Venus. HEX triplet: 92, 70 and 7B. RGB value is (146,112,123). Sum of RGB (Red+Green+Blue) = 146+112+123=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #92707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92707B is #6D8F84. Grayscale: #7B7B7B. Windows color (decimal): -7180165 or 8089746. OLE color: 8089746.

HSL color Cylindrical-coordinate representation of color #92707B: hue angle of 340.59º 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 #92707B is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 112 123 -
CMYK 0 0.23 0.16 0.43
HSL 340.59º 0.13% 0.51% -
HSV(B) 340.59º 0.23% 0.57% -
XYZ 21.22 19.13 21.31 -
YUV 123.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 146 112 123 0 0.23 0.16 0.43 340.59 0.13 0.51
Hex 92 70 7B 0 17 10 2B 155 D 33
Octal 222 160 173 0 27 20 53 525 15 63
Binary 10010010 1110000 1111011 0 10111 10000 101011 101010101 1101 110011

Color Harmonies of #92707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92707B

Black with #92707B

Text Example


Text Example

White with #92707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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