Html Css Color HEX #76767A Dolphin

📋 copy color: '#76767A'

red 118 ◦ green 118 ◦ blue 122

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

Shades of Dolphin #76767A

Tints of Dolphin #76767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 32.96%
G = 32.96%
B = 34.08%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76767A (or 0x76767A) is known color: Dolphin. HEX triplet: 76, 76 and 7A. RGB value is (118,118,122). Sum of RGB (Red+Green+Blue) = 118+118+122=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 122 - color contains mainly: blue. Hex color #76767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76767A is #898985. Grayscale: #767676. Windows color (decimal): -9013638 or 8025718. OLE color: 8025718.

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

Color convert

RGB 118 118 122 -
CMYK 0.03 0.03 0 0.52
HSL 240º 0.02% 0.47% -
HSV(B) 240º 0.03% 0.48% -
XYZ 17.46 18.21 21.01 -
YUV 118.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 118 118 122 0.03 0.03 0 0.52 240 0.02 0.47
Hex 76 76 7A 3 3 0 34 F0 2 2F
Octal 166 166 172 3 3 0 64 360 2 57
Binary 1110110 1110110 1111010 11 11 0 110100 11110000 10 101111

Color Harmonies of #76767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76767A

Black with #76767A

Text Example


Text Example

White with #76767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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