Html Css Color HEX #76C7DF Spray

📋 copy color: '#76C7DF'

red 118 ◦ green 199 ◦ blue 223

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

Shades of Spray #76C7DF

Tints of Spray #76C7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.85%

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 21.85%
G = 36.85%
B = 41.3%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76C7DF (or 0x76C7DF) is known color: Spray. HEX triplet: 76, C7 and DF. RGB value is (118,199,223). Sum of RGB (Red+Green+Blue) = 118+199+223=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #76C7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C7DF is #893820. Grayscale: #B1B1B1. Windows color (decimal): -8992801 or 14665590. OLE color: 14665590.

HSL color Cylindrical-coordinate representation of color #76C7DF: hue angle of 193.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76C7DF is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 199 223 -
CMYK 0.47 0.11 0 0.13
HSL 193.71º 0.62% 0.67% -
HSV(B) 193.71º 0.47% 0.87% -
XYZ 41.21 50.03 77.3 -
YUV 177.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 118 199 223 0.47 0.11 0 0.13 193.71 0.62 0.67
Hex 76 C7 DF 2F B 0 D C2 3E 43
Octal 166 307 337 57 13 0 15 302 76 103
Binary 1110110 11000111 11011111 101111 1011 0 1101 11000010 111110 1000011

Color Harmonies of #76C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C7DF

Black with #76C7DF

Text Example


Text Example

White with #76C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C7DF; }

 p { color: rgb(118,199,223); }

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

background-color css

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

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

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

border-color css

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

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

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