Html Css Color HEX #907C7E Venus

📋 copy color: '#907C7E'

red 144 ◦ green 124 ◦ blue 126

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

Shades of Venus #907C7E

Tints of Venus #907C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 36.55%
G = 31.47%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#907C7E (or 0x907C7E) is known color: Venus. HEX triplet: 90, 7C and 7E. RGB value is (144,124,126). Sum of RGB (Red+Green+Blue) = 144+124+126=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #907C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C7E is #6F8381. Grayscale: #828282. Windows color (decimal): -7308162 or 8289424. OLE color: 8289424.

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

Color convert

RGB 144 124 126 -
CMYK 0 0.14 0.12 0.44
HSL 354º 0.08% 0.53% -
HSV(B) 354º 0.14% 0.56% -
XYZ 22.48 21.85 22.77 -
YUV 130.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 144 124 126 0 0.14 0.12 0.44 354 0.08 0.53
Hex 90 7C 7E 0 E C 2C 162 8 35
Octal 220 174 176 0 16 14 54 542 10 65
Binary 10010000 1111100 1111110 0 1110 1100 101100 101100010 1000 110101

Color Harmonies of #907C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C7E

Black with #907C7E

Text Example


Text Example

White with #907C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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