Html Css Color HEX #90757B Venus

📋 copy color: '#90757B'

red 144 ◦ green 117 ◦ blue 123

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

Shades of Venus #90757B

Tints of Venus #90757B

RGB

 RED value IS 144 (56.64% from 255) = 37.5%

 GREEN value IS 117 (46.09% from 255) = 30.47%

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

R = 37.5%
G = 30.47%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90757B (or 0x90757B) is known color: Venus. HEX triplet: 90, 75 and 7B. RGB value is (144,117,123). Sum of RGB (Red+Green+Blue) = 144+117+123=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #90757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90757B is #6F8A84. Grayscale: #7D7D7D. Windows color (decimal): -7309957 or 8091024. OLE color: 8091024.

HSL color Cylindrical-coordinate representation of color #90757B: hue angle of 346.67º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90757B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 117 123 -
CMYK 0 0.19 0.15 0.44
HSL 346.67º 0.11% 0.51% -
HSV(B) 346.67º 0.19% 0.56% -
XYZ 21.44 20.08 21.49 -
YUV 125.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 144 117 123 0 0.19 0.15 0.44 346.67 0.11 0.51
Hex 90 75 7B 0 13 F 2C 15B B 33
Octal 220 165 173 0 23 17 54 533 13 63
Binary 10010000 1110101 1111011 0 10011 1111 101100 101011011 1011 110011

Color Harmonies of #90757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90757B

Black with #90757B

Text Example


Text Example

White with #90757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,117,123); }

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

background-color css

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

 a { background-color: rgb(144,117,123); }

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

border-color css

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

 span { border-color: rgb(144,117,123); }

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