Html Css Color HEX #277777 Atoll

📋 copy color: '#277777'

red 39 ◦ green 119 ◦ blue 119

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

Shades of Atoll #277777

Tints of Atoll #277777

RGB

 RED value IS 39 (15.63% from 255) = 14.08%

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

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 14.08%
G = 42.96%
B = 42.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#277777 (or 0x277777) is known color: Atoll. HEX triplet: 27, 77 and 77. RGB value is (39,119,119). Sum of RGB (Red+Green+Blue) = 39+119+119=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #277777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277777 is #D88888. Grayscale: #5F5F5F. Windows color (decimal): -14190729 or 7829287. OLE color: 7829287.

HSL color Cylindrical-coordinate representation of color #277777: hue angle of 180º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277777 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 119 -
CMYK 0.67 0 0 0.53
HSL 180º 0.51% 0.31% -
HSV(B) 180º 0.67% 0.47% -
XYZ 10.76 14.96 19.77 -
YUV 95.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 39 119 119 0.67 0 0 0.53 180 0.51 0.31
Hex 27 77 77 43 0 0 35 B4 33 1F
Octal 47 167 167 103 0 0 65 264 63 37
Binary 100111 1110111 1110111 1000011 0 0 110101 10110100 110011 11111

Color Harmonies of #277777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277777

Black with #277777

Text Example


Text Example

White with #277777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277777; }

 p { color: rgb(39,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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