Html Css Color HEX #7FBCB0 Monte Carlo

📋 copy color: '#7FBCB0'

red 127 ◦ green 188 ◦ blue 176

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

Shades of Monte Carlo #7FBCB0

Tints of Monte Carlo #7FBCB0

RGB

 RED value IS 127 (50% from 255) = 25.87%

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

 BLUE value IS 176 (69.14% from 255) = 35.85%

R = 25.87%
G = 38.29%
B = 35.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#7FBCB0 (or 0x7FBCB0) is known color: Monte Carlo. HEX triplet: 7F, BC and B0. RGB value is (127,188,176). Sum of RGB (Red+Green+Blue) = 127+188+176=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCB0 is #80434F. Grayscale: #A8A8A8. Windows color (decimal): -8405840 or 11582591. OLE color: 11582591.

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

Color convert

RGB 127 188 176 -
CMYK 0.32 0 0.06 0.26
HSL 168.2º 0.31% 0.62% -
HSV(B) 168.2º 0.32% 0.74% -
XYZ 34.57 43.61 47.67 -
YUV 168.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 127 188 176 0.32 0 0.06 0.26 168.2 0.31 0.62
Hex 7F BC B0 20 0 6 1A A8 1F 3E
Octal 177 274 260 40 0 6 32 250 37 76
Binary 1111111 10111100 10110000 100000 0 110 11010 10101000 11111 111110

Color Harmonies of #7FBCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBCB0

Black with #7FBCB0

Text Example


Text Example

White with #7FBCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,176); }

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

background-color css

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

 a { background-color: rgb(127,188,176); }

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

border-color css

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

 span { border-color: rgb(127,188,176); }

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