Html Css Color HEX #907A85 Venus

📋 copy color: '#907A85'

red 144 ◦ green 122 ◦ blue 133

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

Shades of Venus #907A85

Tints of Venus #907A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 36.09%
G = 30.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#907A85 (or 0x907A85) is known color: Venus. HEX triplet: 90, 7A and 85. RGB value is (144,122,133). Sum of RGB (Red+Green+Blue) = 144+122+133=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #907A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A85 is #6F857A. Grayscale: #818181. Windows color (decimal): -7308667 or 8747664. OLE color: 8747664.

HSL color Cylindrical-coordinate representation of color #907A85: hue angle of 330º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907A85 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 122 133 -
CMYK 0 0.15 0.08 0.44
HSL 330º 0.09% 0.52% -
HSV(B) 330º 0.15% 0.56% -
XYZ 22.69 21.54 25.15 -
YUV 129.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 144 122 133 0 0.15 0.08 0.44 330 0.09 0.52
Hex 90 7A 85 0 F 8 2C 14A 9 34
Octal 220 172 205 0 17 10 54 512 11 64
Binary 10010000 1111010 10000101 0 1111 1000 101100 101001010 1001 110100

Color Harmonies of #907A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907A85

Black with #907A85

Text Example


Text Example

White with #907A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907A85; }

 p { color: rgb(144,122,133); }

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

background-color css

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

 a { background-color: rgb(144,122,133); }

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

border-color css

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

 span { border-color: rgb(144,122,133); }

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