Html Css Color HEX #7B7A74 Dove Grey

📋 copy color: '#7B7A74'

red 123 ◦ green 122 ◦ blue 116

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

Shades of Dove Grey #7B7A74

Tints of Dove Grey #7B7A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 34.07%
G = 33.8%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B7A74 (or 0x7B7A74) is known color: Dove Grey. HEX triplet: 7B, 7A and 74. RGB value is (123,122,116). Sum of RGB (Red+Green+Blue) = 123+122+116=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7A74 is #84858B. Grayscale: #797979. Windows color (decimal): -8684940 or 7633531. OLE color: 7633531.

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

Color convert

RGB 123 122 116 -
CMYK 0 0.01 0.06 0.52
HSL 51.43º 0.03% 0.47% -
HSV(B) 51.43º 0.06% 0.48% -
XYZ 18.28 19.39 19.3 -
YUV 121.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 123 122 116 0 0.01 0.06 0.52 51.43 0.03 0.47
Hex 7B 7A 74 0 1 6 34 33 3 2F
Octal 173 172 164 0 1 6 64 63 3 57
Binary 1111011 1111010 1110100 0 1 110 110100 110011 11 101111

Color Harmonies of #7B7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7A74

Black with #7B7A74

Text Example


Text Example

White with #7B7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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