Html Css Color HEX #907C83 Venus

📋 copy color: '#907C83'

red 144 ◦ green 124 ◦ blue 131

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

Shades of Venus #907C83

Tints of Venus #907C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 36.09%
G = 31.08%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#907C83 (or 0x907C83) is known color: Venus. HEX triplet: 90, 7C and 83. RGB value is (144,124,131). Sum of RGB (Red+Green+Blue) = 144+124+131=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #907C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C83 is #6F837C. Grayscale: #828282. Windows color (decimal): -7308157 or 8617104. OLE color: 8617104.

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

Color convert

RGB 144 124 131 -
CMYK 0 0.14 0.09 0.44
HSL 339º 0.08% 0.53% -
HSV(B) 339º 0.14% 0.56% -
XYZ 22.81 21.98 24.51 -
YUV 130.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 144 124 131 0 0.14 0.09 0.44 339 0.08 0.53
Hex 90 7C 83 0 E 9 2C 153 8 35
Octal 220 174 203 0 16 11 54 523 10 65
Binary 10010000 1111100 10000011 0 1110 1001 101100 101010011 1000 110101

Color Harmonies of #907C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C83

Black with #907C83

Text Example


Text Example

White with #907C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,124,131); }

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

background-color css

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

 a { background-color: rgb(144,124,131); }

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

border-color css

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

 span { border-color: rgb(144,124,131); }

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