Html Css Color HEX #7D7A7B Venus

📋 copy color: '#7D7A7B'

red 125 ◦ green 122 ◦ blue 123

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

Shades of Venus #7D7A7B

Tints of Venus #7D7A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 33.78%
G = 32.97%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D7A7B (or 0x7D7A7B) is known color: Venus. HEX triplet: 7D, 7A and 7B. RGB value is (125,122,123). Sum of RGB (Red+Green+Blue) = 125+122+123=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A7B is #828584. Grayscale: #7B7B7B. Windows color (decimal): -8553861 or 8092285. OLE color: 8092285.

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

Color convert

RGB 125 122 123 -
CMYK 0 0.02 0.02 0.51
HSL 340º 0.01% 0.48% -
HSV(B) 340º 0.02% 0.49% -
XYZ 18.99 19.71 21.54 -
YUV 123.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 125 122 123 0 0.02 0.02 0.51 340 0.01 0.48
Hex 7D 7A 7B 0 2 2 33 154 1 30
Octal 175 172 173 0 2 2 63 524 1 60
Binary 1111101 1111010 1111011 0 10 10 110011 101010100 1 110000

Color Harmonies of #7D7A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7A7B

Black with #7D7A7B

Text Example


Text Example

White with #7D7A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,122,123); }

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

background-color css

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

 a { background-color: rgb(125,122,123); }

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

border-color css

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

 span { border-color: rgb(125,122,123); }

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