Html Css Color HEX #907C86 Venus

📋 copy color: '#907C86'

red 144 ◦ green 124 ◦ blue 134

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

Shades of Venus #907C86

Tints of Venus #907C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 35.82%
G = 30.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#907C86 (or 0x907C86) is known color: Venus. HEX triplet: 90, 7C and 86. RGB value is (144,124,134). Sum of RGB (Red+Green+Blue) = 144+124+134=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #907C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C86 is #6F8379. Grayscale: #838383. Windows color (decimal): -7308154 or 8813712. OLE color: 8813712.

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

Color convert

RGB 144 124 134 -
CMYK 0 0.14 0.07 0.44
HSL 330º 0.08% 0.53% -
HSV(B) 330º 0.14% 0.56% -
XYZ 23.01 22.07 25.6 -
YUV 131.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 144 124 134 0 0.14 0.07 0.44 330 0.08 0.53
Hex 90 7C 86 0 E 7 2C 14A 8 35
Octal 220 174 206 0 16 7 54 512 10 65
Binary 10010000 1111100 10000110 0 1110 111 101100 101001010 1000 110101

Color Harmonies of #907C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C86

Black with #907C86

Text Example


Text Example

White with #907C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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