#907B7E

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

Shades of Venus #907B7E

Tints of Venus #907B7E

Color information

#907B7E (or 0x907B7E) is unknown color: approx Venus. HEX triplet: 90, 7B and 7E. RGB value is (144,123,126). Sum of RGB (Red+Green+Blue) = 144+123+126=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #907B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B7E is #6F8481. Grayscale: #818181. Windows color (decimal): -7308418 or 8289168. OLE color: 8289168.

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

Color convert

RGB144123126-
CMYK00.150.120.44
HSL351.43º8.64%52.35%-
HSV(B)351.43º14.58%56.47%-
XYZ22.3521.622.73-
YUV129.62125.96138.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=36.64%
G=31.30%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412312600.150.120.44351.438.6452.35
Hex907B7E0FC2C15f934
Octal22017317601714545371164
Binary10010000111101111111100111111001011001010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,123,126); }

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

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

 a { background-color: rgb(144,123,126); }

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

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

 span { border-color: rgb(144,123,126); }

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