Html Css Color HEX #907D85 Venus

📋 copy color: '#907D85'

red 144 ◦ green 125 ◦ blue 133

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

Shades of Venus #907D85

Tints of Venus #907D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

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

R = 35.82%
G = 31.09%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#907D85 (or 0x907D85) is known color: Venus. HEX triplet: 90, 7D and 85. RGB value is (144,125,133). Sum of RGB (Red+Green+Blue) = 144+125+133=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #907D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907D85 is #6F827A. Grayscale: #838383. Windows color (decimal): -7307899 or 8748432. OLE color: 8748432.

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

Color convert

RGB 144 125 133 -
CMYK 0 0.13 0.08 0.44
HSL 334.74º 0.08% 0.53% -
HSV(B) 334.74º 0.13% 0.56% -
XYZ 23.07 22.29 25.28 -
YUV 131.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 144 125 133 0 0.13 0.08 0.44 334.74 0.08 0.53
Hex 90 7D 85 0 D 8 2C 14F 8 35
Octal 220 175 205 0 15 10 54 517 10 65
Binary 10010000 1111101 10000101 0 1101 1000 101100 101001111 1000 110101

Color Harmonies of #907D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907D85

Black with #907D85

Text Example


Text Example

White with #907D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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