Html Css Color HEX #76A7B3 Neptune

📋 copy color: '#76A7B3'

red 118 ◦ green 167 ◦ blue 179

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

Shades of Neptune #76A7B3

Tints of Neptune #76A7B3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

 BLUE value IS 179 (70.31% from 255) = 38.58%

R = 25.43%
G = 35.99%
B = 38.58%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#76A7B3 (or 0x76A7B3) is known color: Neptune. HEX triplet: 76, A7 and B3. RGB value is (118,167,179). Sum of RGB (Red+Green+Blue) = 118+167+179=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #76A7B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7B3 is #89584C. Grayscale: #999999. Windows color (decimal): -9001037 or 11773814. OLE color: 11773814.

HSL color Cylindrical-coordinate representation of color #76A7B3: hue angle of 191.8º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76A7B3 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 167 179 -
CMYK 0.34 0.07 0 0.30
HSL 191.8º 0.29% 0.58% -
HSV(B) 191.8º 0.34% 0.7% -
XYZ 29.43 34.74 47.8 -
YUV 153.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 118 167 179 0.34 0.07 0 0.30 191.8 0.29 0.58
Hex 76 A7 B3 22 7 0 1E C0 1D 3A
Octal 166 247 263 42 7 0 36 300 35 72
Binary 1110110 10100111 10110011 100010 111 0 11110 11000000 11101 111010

Color Harmonies of #76A7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A7B3

Black with #76A7B3

Text Example


Text Example

White with #76A7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,167,179); }

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

background-color css

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

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

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

border-color css

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

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

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