#907D7F

Color #907D7F Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #907D7F

Tints of Venus #907D7F

Color information

#907D7F (or 0x907D7F) is unknown color: approx Venus. HEX triplet: 90, 7D and 7F. RGB value is (144,125,127). Sum of RGB (Red+Green+Blue) = 144+125+127=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #907D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D7F is #6F8280. Grayscale: #828282. Windows color (decimal): -7307905 or 8355216. OLE color: 8355216.

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

Color convert

RGB144125127-
CMYK00.130.120.44
HSL353.68º7.88%52.75%-
HSV(B)353.68º13.19%56.47%-
XYZ22.6722.1323.16-
YUV130.91125.79137.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 127 (50% from 255) = 32.07%
R=36.36%
G=31.57%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412512700.130.120.44353.687.8852.75
Hex907D7F0DC2C162835
Octal22017517701514545421065
Binary10010000111110111111110110111001011001011000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #907D7F;
 }
 .AnyTagClassName
 {
   color: #907D7F;
 }
</style>
background-color css

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

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

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

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

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

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