Html Css Color HEX #377C7B Atoll

📋 copy color: '#377C7B'

red 55 ◦ green 124 ◦ blue 123

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

Shades of Atoll #377C7B

Tints of Atoll #377C7B

RGB

 RED value IS 55 (21.88% from 255) = 18.21%

 GREEN value IS 124 (48.83% from 255) = 41.06%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 18.21%
G = 41.06%
B = 40.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#377C7B (or 0x377C7B) is known color: Atoll. HEX triplet: 37, 7C and 7B. RGB value is (55,124,123). Sum of RGB (Red+Green+Blue) = 55+124+123=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #377C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C7B is #C88384. Grayscale: #676767. Windows color (decimal): -13140869 or 8092727. OLE color: 8092727.

HSL color Cylindrical-coordinate representation of color #377C7B: hue angle of 179.13º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C7B is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 123 -
CMYK 0.56 0 0.01 0.51
HSL 179.13º 0.39% 0.35% -
HSV(B) 179.13º 0.56% 0.49% -
XYZ 12.36 16.66 21.3 -
YUV 103.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 55 124 123 0.56 0 0.01 0.51 179.13 0.39 0.35
Hex 37 7C 7B 38 0 1 33 B3 27 23
Octal 67 174 173 70 0 1 63 263 47 43
Binary 110111 1111100 1111011 111000 0 1 110011 10110011 100111 100011

Color Harmonies of #377C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C7B

Black with #377C7B

Text Example


Text Example

White with #377C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377C7B; }

 p { color: rgb(55,124,123); }

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

background-color css

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

 a { background-color: rgb(55,124,123); }

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

border-color css

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

 span { border-color: rgb(55,124,123); }

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