Html Css Color HEX #1C7779 Atoll

📋 copy color: '#1C7779'

red 28 ◦ green 119 ◦ blue 121

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

Shades of Atoll #1C7779

Tints of Atoll #1C7779

RGB

 RED value IS 28 (11.33% from 255) = 10.45%

 GREEN value IS 119 (46.88% from 255) = 44.4%

 BLUE value IS 121 (47.66% from 255) = 45.15%

R = 10.45%
G = 44.4%
B = 45.15%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C7779 (or 0x1C7779) is known color: Atoll. HEX triplet: 1C, 77 and 79. RGB value is (28,119,121). Sum of RGB (Red+Green+Blue) = 28+119+121=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C7779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7779 is #E38886. Grayscale: #5B5B5B. Windows color (decimal): -14911623 or 7960348. OLE color: 7960348.

HSL color Cylindrical-coordinate representation of color #1C7779: hue angle of 181.29º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7779 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 119 121 -
CMYK 0.77 0.02 0 0.53
HSL 181.29º 0.62% 0.29% -
HSV(B) 181.29º 0.77% 0.47% -
XYZ 10.53 14.82 20.4 -
YUV 92.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 28 119 121 0.77 0.02 0 0.53 181.29 0.62 0.29
Hex 1C 77 79 4D 2 0 35 B5 3E 1D
Octal 34 167 171 115 2 0 65 265 76 35
Binary 11100 1110111 1111001 1001101 10 0 110101 10110101 111110 11101

Color Harmonies of #1C7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7779

Black with #1C7779

Text Example


Text Example

White with #1C7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C7779; }

 p { color: rgb(28,119,121); }

 H1.HeaderClassName
 {
   color: #1C7779;
 }
 .AnyTagClassName
 {
   color: #1C7779;
 }
</style>

background-color css

<style>
 a { background-color: #1C7779; }

 a { background-color: rgb(28,119,121); }

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

border-color css

<style>
 span { border-color: #1C7779; }

 span { border-color: rgb(28,119,121); }

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