Html Css Color HEX #90757D Venus

📋 copy color: '#90757D'

red 144 ◦ green 117 ◦ blue 125

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

Shades of Venus #90757D

Tints of Venus #90757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 37.31%
G = 30.31%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90757D (or 0x90757D) is known color: Venus. HEX triplet: 90, 75 and 7D. RGB value is (144,117,125). Sum of RGB (Red+Green+Blue) = 144+117+125=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90757D is #6F8A82. Grayscale: #7D7D7D. Windows color (decimal): -7309955 or 8222096. OLE color: 8222096.

HSL color Cylindrical-coordinate representation of color #90757D: hue angle of 342.22º 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 #90757D is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 117 125 -
CMYK 0 0.19 0.13 0.44
HSL 342.22º 0.11% 0.51% -
HSV(B) 342.22º 0.19% 0.56% -
XYZ 21.56 20.13 22.15 -
YUV 125.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 144 117 125 0 0.19 0.13 0.44 342.22 0.11 0.51
Hex 90 75 7D 0 13 D 2C 156 B 33
Octal 220 165 175 0 23 15 54 526 13 63
Binary 10010000 1110101 1111101 0 10011 1101 101100 101010110 1011 110011

Color Harmonies of #90757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90757D

Black with #90757D

Text Example


Text Example

White with #90757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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