Html Css Color HEX #907A7F Venus

📋 copy color: '#907A7F'

red 144 ◦ green 122 ◦ blue 127

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

Shades of Venus #907A7F

Tints of Venus #907A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 127 (50% from 255) = 32.32%

R = 36.64%
G = 31.04%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#907A7F (or 0x907A7F) is known color: Venus. HEX triplet: 90, 7A and 7F. RGB value is (144,122,127). Sum of RGB (Red+Green+Blue) = 144+122+127=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #907A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A7F is #6F8580. Grayscale: #818181. Windows color (decimal): -7308673 or 8354448. OLE color: 8354448.

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

Color convert

RGB 144 122 127 -
CMYK 0 0.15 0.12 0.44
HSL 346.36º 0.09% 0.52% -
HSV(B) 346.36º 0.15% 0.56% -
XYZ 22.29 21.38 23.03 -
YUV 129.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 144 122 127 0 0.15 0.12 0.44 346.36 0.09 0.52
Hex 90 7A 7F 0 F C 2C 15A 9 34
Octal 220 172 177 0 17 14 54 532 11 64
Binary 10010000 1111010 1111111 0 1111 1100 101100 101011010 1001 110100

Color Harmonies of #907A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907A7F

Black with #907A7F

Text Example


Text Example

White with #907A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,122,127); }

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

background-color css

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

 a { background-color: rgb(144,122,127); }

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

border-color css

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

 span { border-color: rgb(144,122,127); }

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