Html Css Color HEX #76757B Dolphin

📋 copy color: '#76757B'

red 118 ◦ green 117 ◦ blue 123

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

Shades of Dolphin #76757B

Tints of Dolphin #76757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 32.96%
G = 32.68%
B = 34.36%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76757B (or 0x76757B) is known color: Dolphin. HEX triplet: 76, 75 and 7B. RGB value is (118,117,123). Sum of RGB (Red+Green+Blue) = 118+117+123=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: blue. Hex color #76757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76757B is #898A84. Grayscale: #757575. Windows color (decimal): -9013893 or 8090998. OLE color: 8090998.

HSL color Cylindrical-coordinate representation of color #76757B: hue angle of 250º 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 #76757B is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 117 123 -
CMYK 0.04 0.05 0 0.52
HSL 250º 0.03% 0.47% -
HSV(B) 250º 0.05% 0.48% -
XYZ 17.41 18 21.3 -
YUV 117.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 118 117 123 0.04 0.05 0 0.52 250 0.03 0.47
Hex 76 75 7B 4 5 0 34 FA 2 2F
Octal 166 165 173 4 5 0 64 372 2 57
Binary 1110110 1110101 1111011 100 101 0 110100 11111010 10 101111

Color Harmonies of #76757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76757B

Black with #76757B

Text Example


Text Example

White with #76757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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