Html Css Color HEX #907B7F Venus

📋 copy color: '#907B7F'

red 144 ◦ green 123 ◦ blue 127

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

Shades of Venus #907B7F

Tints of Venus #907B7F

RGB

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

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

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

R = 36.55%
G = 31.22%
B = 32.23%

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

#907B7F (or 0x907B7F) is known color: Venus. HEX triplet: 90, 7B and 7F. RGB value is (144,123,127). Sum of RGB (Red+Green+Blue) = 144+123+127=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #907B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B7F is #6F8480. Grayscale: #818181. Windows color (decimal): -7308417 or 8354704. OLE color: 8354704.

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

Color convert

RGB 144 123 127 -
CMYK 0 0.15 0.12 0.44
HSL 348.57º 0.09% 0.52% -
HSV(B) 348.57º 0.15% 0.56% -
XYZ 22.42 21.63 23.07 -
YUV 129.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 144 123 127 0 0.15 0.12 0.44 348.57 0.09 0.52
Hex 90 7B 7F 0 F C 2C 15D 9 34
Octal 220 173 177 0 17 14 54 535 11 64
Binary 10010000 1111011 1111111 0 1111 1100 101100 101011101 1001 110100

Color Harmonies of #907B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907B7F

Black with #907B7F

Text Example


Text Example

White with #907B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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