Html Css Color HEX #7CACAD Neptune

📋 copy color: '#7CACAD'

red 124 ◦ green 172 ◦ blue 173

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

Shades of Neptune #7CACAD

Tints of Neptune #7CACAD

RGB

 RED value IS 124 (48.83% from 255) = 26.44%

 GREEN value IS 172 (67.58% from 255) = 36.67%

 BLUE value IS 173 (67.97% from 255) = 36.89%

R = 26.44%
G = 36.67%
B = 36.89%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7CACAD (or 0x7CACAD) is known color: Neptune. HEX triplet: 7C, AC and AD. RGB value is (124,172,173). Sum of RGB (Red+Green+Blue) = 124+172+173=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #7CACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CACAD is #835352. Grayscale: #9D9D9D. Windows color (decimal): -8606547 or 11381884. OLE color: 11381884.

HSL color Cylindrical-coordinate representation of color #7CACAD: hue angle of 181.22º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CACAD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 172 173 -
CMYK 0.28 0.01 0 0.32
HSL 181.22º 0.23% 0.58% -
HSV(B) 181.22º 0.28% 0.68% -
XYZ 30.61 36.81 45.03 -
YUV 157.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 124 172 173 0.28 0.01 0 0.32 181.22 0.23 0.58
Hex 7C AC AD 1C 1 0 20 B5 17 3A
Octal 174 254 255 34 1 0 40 265 27 72
Binary 1111100 10101100 10101101 11100 1 0 100000 10110101 10111 111010

Color Harmonies of #7CACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACAD

Black with #7CACAD

Text Example


Text Example

White with #7CACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CACAD; }

 p { color: rgb(124,172,173); }

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

background-color css

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

 a { background-color: rgb(124,172,173); }

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

border-color css

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

 span { border-color: rgb(124,172,173); }

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