Html Css Color HEX #7C7B74 Dove Grey

📋 copy color: '#7C7B74'

red 124 ◦ green 123 ◦ blue 116

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

Shades of Dove Grey #7C7B74

Tints of Dove Grey #7C7B74

RGB

 RED value IS 124 (48.83% from 255) = 34.16%

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

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

R = 34.16%
G = 33.88%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C7B74 (or 0x7C7B74) is known color: Dove Grey. HEX triplet: 7C, 7B and 74. RGB value is (124,123,116). Sum of RGB (Red+Green+Blue) = 124+123+116=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B74 is #83848B. Grayscale: #7A7A7A. Windows color (decimal): -8619148 or 7633788. OLE color: 7633788.

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

Color convert

RGB 124 123 116 -
CMYK 0 0.01 0.06 0.51
HSL 52.5º 0.03% 0.47% -
HSV(B) 52.5º 0.06% 0.49% -
XYZ 18.55 19.71 19.35 -
YUV 122.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 124 123 116 0 0.01 0.06 0.51 52.5 0.03 0.47
Hex 7C 7B 74 0 1 6 33 34 3 2F
Octal 174 173 164 0 1 6 63 64 3 57
Binary 1111100 1111011 1110100 0 1 110 110011 110100 11 101111

Color Harmonies of #7C7B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7B74

Black with #7C7B74

Text Example


Text Example

White with #7C7B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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