Html Css Color HEX #7CBCAC Monte Carlo

📋 copy color: '#7CBCAC'

red 124 ◦ green 188 ◦ blue 172

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

Shades of Monte Carlo #7CBCAC

Tints of Monte Carlo #7CBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 25.62%
G = 38.84%
B = 35.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#7CBCAC (or 0x7CBCAC) is known color: Monte Carlo. HEX triplet: 7C, BC and AC. RGB value is (124,188,172). Sum of RGB (Red+Green+Blue) = 124+188+172=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBCAC is #834353. Grayscale: #A7A7A7. Windows color (decimal): -8602452 or 11320444. OLE color: 11320444.

HSL color Cylindrical-coordinate representation of color #7CBCAC: hue angle of 165º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBCAC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 172 -
CMYK 0.34 0 0.09 0.26
HSL 165º 0.32% 0.61% -
HSV(B) 165º 0.34% 0.74% -
XYZ 33.74 43.23 45.6 -
YUV 167.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 124 188 172 0.34 0 0.09 0.26 165 0.32 0.61
Hex 7C BC AC 22 0 9 1A A5 20 3D
Octal 174 274 254 42 0 11 32 245 40 75
Binary 1111100 10111100 10101100 100010 0 1001 11010 10100101 100000 111101

Color Harmonies of #7CBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBCAC

Black with #7CBCAC

Text Example


Text Example

White with #7CBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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