Html Css Color HEX #7CACAB Neptune

📋 copy color: '#7CACAB'

red 124 ◦ green 172 ◦ blue 171

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

Shades of Neptune #7CACAB

Tints of Neptune #7CACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 26.55%
G = 36.83%
B = 36.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#7CACAB (or 0x7CACAB) is known color: Neptune. HEX triplet: 7C, AC and AB. RGB value is (124,172,171). Sum of RGB (Red+Green+Blue) = 124+172+171=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #7CACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CACAB is #835354. Grayscale: #9D9D9D. Windows color (decimal): -8606549 or 11250812. OLE color: 11250812.

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

Color convert

RGB 124 172 171 -
CMYK 0.28 0 0.01 0.33
HSL 178.75º 0.22% 0.58% -
HSV(B) 178.75º 0.28% 0.67% -
XYZ 30.42 36.73 44.01 -
YUV 157.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 124 172 171 0.28 0 0.01 0.33 178.75 0.22 0.58
Hex 7C AC AB 1C 0 1 21 B3 16 3A
Octal 174 254 253 34 0 1 41 263 26 72
Binary 1111100 10101100 10101011 11100 0 1 100001 10110011 10110 111010

Color Harmonies of #7CACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACAB

Black with #7CACAB

Text Example


Text Example

White with #7CACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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