Html Css Color HEX #7CACBA Glacier

📋 copy color: '#7CACBA'

red 124 ◦ green 172 ◦ blue 186

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

Shades of Glacier #7CACBA

Tints of Glacier #7CACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 25.73%
G = 35.68%
B = 38.59%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7CACBA (or 0x7CACBA) is known color: Glacier. HEX triplet: 7C, AC and BA. RGB value is (124,172,186). Sum of RGB (Red+Green+Blue) = 124+172+186=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACBA is #835345. Grayscale: #9F9F9F. Windows color (decimal): -8606534 or 12233852. OLE color: 12233852.

HSL color Cylindrical-coordinate representation of color #7CACBA: hue angle of 193.55º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CACBA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 172 186 -
CMYK 0.33 0.08 0 0.27
HSL 193.55º 0.31% 0.61% -
HSV(B) 193.55º 0.33% 0.73% -
XYZ 31.93 37.34 51.98 -
YUV 159.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 124 172 186 0.33 0.08 0 0.27 193.55 0.31 0.61
Hex 7C AC BA 21 8 0 1B C2 1F 3D
Octal 174 254 272 41 10 0 33 302 37 75
Binary 1111100 10101100 10111010 100001 1000 0 11011 11000010 11111 111101

Color Harmonies of #7CACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACBA

Black with #7CACBA

Text Example


Text Example

White with #7CACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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