Html Css Color HEX #7D7277 Venus

📋 copy color: '#7D7277'

red 125 ◦ green 114 ◦ blue 119

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

Shades of Venus #7D7277

Tints of Venus #7D7277

RGB

 RED value IS 125 (49.22% from 255) = 34.92%

 GREEN value IS 114 (44.92% from 255) = 31.84%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 34.92%
G = 31.84%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7D7277 (or 0x7D7277) is known color: Venus. HEX triplet: 7D, 72 and 77. RGB value is (125,114,119). Sum of RGB (Red+Green+Blue) = 125+114+119=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7277 is #828D88. Grayscale: #757575. Windows color (decimal): -8555913 or 7828093. OLE color: 7828093.

HSL color Cylindrical-coordinate representation of color #7D7277: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D7277 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 114 119 -
CMYK 0 0.09 0.05 0.51
HSL 332.73º 0.05% 0.47% -
HSV(B) 332.73º 0.09% 0.49% -
XYZ 17.8 17.73 19.94 -
YUV 117.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 125 114 119 0 0.09 0.05 0.51 332.73 0.05 0.47
Hex 7D 72 77 0 9 5 33 14D 5 2F
Octal 175 162 167 0 11 5 63 515 5 57
Binary 1111101 1110010 1110111 0 1001 101 110011 101001101 101 101111

Color Harmonies of #7D7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7277

Black with #7D7277

Text Example


Text Example

White with #7D7277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D7277; }

 p { color: rgb(125,114,119); }

 H1.HeaderClassName
 {
   color: #7D7277;
 }
 .AnyTagClassName
 {
   color: #7D7277;
 }
</style>

background-color css

<style>
 a { background-color: #7D7277; }

 a { background-color: rgb(125,114,119); }

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

border-color css

<style>
 span { border-color: #7D7277; }

 span { border-color: rgb(125,114,119); }

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