Html Css Color HEX #767474 Grey

📋 copy color: '#767474'

red 118 ◦ green 116 ◦ blue 116

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

Shades of Grey #767474

Tints of Grey #767474

RGB

 RED value IS 118 (46.48% from 255) = 33.71%

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 33.71%
G = 33.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#767474 (or 0x767474) is known color: Grey. HEX triplet: 76, 74 and 74. RGB value is (118,116,116). Sum of RGB (Red+Green+Blue) = 118+116+116=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 118 - color contains mainly: red. Hex color #767474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767474 is #898B8B. Grayscale: #747474. Windows color (decimal): -9014156 or 7631990. OLE color: 7631990.

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

Color convert

RGB 118 116 116 -
CMYK 0 0.02 0.02 0.54
HSL 0.01% 0.46% -
HSV(B) 0.02% 0.46% -
XYZ 16.87 17.6 19.03 -
YUV 116.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 118 116 116 0 0.02 0.02 0.54 0 0.01 0.46
Hex 76 74 74 0 2 2 36 0 1 2E
Octal 166 164 164 0 2 2 66 0 1 56
Binary 1110110 1110100 1110100 0 10 10 110110 0 1 101110

Color Harmonies of #767474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767474

Black with #767474

Text Example


Text Example

White with #767474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767474; }

 p { color: rgb(118,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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