Html Css Color HEX #7CACAE Neptune

📋 copy color: '#7CACAE'

red 124 ◦ green 172 ◦ blue 174

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

Shades of Neptune #7CACAE

Tints of Neptune #7CACAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.02%

R = 26.38%
G = 36.6%
B = 37.02%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7CACAE (or 0x7CACAE) is known color: Neptune. HEX triplet: 7C, AC and AE. RGB value is (124,172,174). Sum of RGB (Red+Green+Blue) = 124+172+174=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #7CACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CACAE is #835351. Grayscale: #9D9D9D. Windows color (decimal): -8606546 or 11447420. OLE color: 11447420.

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

Color convert

RGB 124 172 174 -
CMYK 0.29 0.01 0 0.32
HSL 182.4º 0.24% 0.58% -
HSV(B) 182.4º 0.29% 0.68% -
XYZ 30.7 36.85 45.54 -
YUV 157.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 124 172 174 0.29 0.01 0 0.32 182.4 0.24 0.58
Hex 7C AC AE 1D 1 0 20 B6 18 3A
Octal 174 254 256 35 1 0 40 266 30 72
Binary 1111100 10101100 10101110 11101 1 0 100000 10110110 11000 111010

Color Harmonies of #7CACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACAE

Black with #7CACAE

Text Example


Text Example

White with #7CACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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