Html Css Color HEX #90767F Venus

📋 copy color: '#90767F'

red 144 ◦ green 118 ◦ blue 127

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

Shades of Venus #90767F

Tints of Venus #90767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 37.02%
G = 30.33%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90767F (or 0x90767F) is known color: Venus. HEX triplet: 90, 76 and 7F. RGB value is (144,118,127). Sum of RGB (Red+Green+Blue) = 144+118+127=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #90767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90767F is #6F8980. Grayscale: #7E7E7E. Windows color (decimal): -7309697 or 8353424. OLE color: 8353424.

HSL color Cylindrical-coordinate representation of color #90767F: hue angle of 339.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90767F is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 118 127 -
CMYK 0 0.18 0.12 0.44
HSL 339.23º 0.1% 0.51% -
HSV(B) 339.23º 0.18% 0.56% -
XYZ 21.81 20.42 22.87 -
YUV 126.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 144 118 127 0 0.18 0.12 0.44 339.23 0.1 0.51
Hex 90 76 7F 0 12 C 2C 153 A 33
Octal 220 166 177 0 22 14 54 523 12 63
Binary 10010000 1110110 1111111 0 10010 1100 101100 101010011 1010 110011

Color Harmonies of #90767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90767F

Black with #90767F

Text Example


Text Example

White with #90767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90767F; }

 p { color: rgb(144,118,127); }

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

background-color css

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

 a { background-color: rgb(144,118,127); }

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

border-color css

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

 span { border-color: rgb(144,118,127); }

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