Html Css Color HEX #907B84 Venus

📋 copy color: '#907B84'

red 144 ◦ green 123 ◦ blue 132

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

Shades of Venus #907B84

Tints of Venus #907B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 36.09%
G = 30.83%
B = 33.08%

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

#907B84 (or 0x907B84) is known color: Venus. HEX triplet: 90, 7B and 84. RGB value is (144,123,132). Sum of RGB (Red+Green+Blue) = 144+123+132=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #907B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907B84 is #6F847B. Grayscale: #828282. Windows color (decimal): -7308412 or 8682384. OLE color: 8682384.

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

Color convert

RGB 144 123 132 -
CMYK 0 0.15 0.08 0.44
HSL 334.29º 0.09% 0.52% -
HSV(B) 334.29º 0.15% 0.56% -
XYZ 22.75 21.76 24.83 -
YUV 130.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 144 123 132 0 0.15 0.08 0.44 334.29 0.09 0.52
Hex 90 7B 84 0 F 8 2C 14E 9 34
Octal 220 173 204 0 17 10 54 516 11 64
Binary 10010000 1111011 10000100 0 1111 1000 101100 101001110 1001 110100

Color Harmonies of #907B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907B84

Black with #907B84

Text Example


Text Example

White with #907B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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