Html Css Color HEX #7B7A75 Dove Grey

📋 copy color: '#7B7A75'

red 123 ◦ green 122 ◦ blue 117

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

Shades of Dove Grey #7B7A75

Tints of Dove Grey #7B7A75

RGB

 RED value IS 123 (48.44% from 255) = 33.98%

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

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 33.98%
G = 33.7%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B7A75 (or 0x7B7A75) is known color: Dove Grey. HEX triplet: 7B, 7A and 75. RGB value is (123,122,117). Sum of RGB (Red+Green+Blue) = 123+122+117=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7A75 is #84858A. Grayscale: #797979. Windows color (decimal): -8684939 or 7699067. OLE color: 7699067.

HSL color Cylindrical-coordinate representation of color #7B7A75: hue angle of 50º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7B7A75 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 122 117 -
CMYK 0 0.01 0.05 0.52
HSL 50º 0.03% 0.47% -
HSV(B) 50º 0.05% 0.48% -
XYZ 18.34 19.41 19.61 -
YUV 121.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 123 122 117 0 0.01 0.05 0.52 50 0.03 0.47
Hex 7B 7A 75 0 1 5 34 32 2 2F
Octal 173 172 165 0 1 5 64 62 2 57
Binary 1111011 1111010 1110101 0 1 101 110100 110010 10 101111

Color Harmonies of #7B7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7A75

Black with #7B7A75

Text Example


Text Example

White with #7B7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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