Html Css Color HEX #447C77 Breaker Bay

📋 copy color: '#447C77'

red 68 ◦ green 124 ◦ blue 119

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

Shades of Breaker Bay #447C77

Tints of Breaker Bay #447C77

RGB

 RED value IS 68 (26.95% from 255) = 21.86%

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

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

R = 21.86%
G = 39.87%
B = 38.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#447C77 (or 0x447C77) is known color: Breaker Bay. HEX triplet: 44, 7C and 77. RGB value is (68,124,119). Sum of RGB (Red+Green+Blue) = 68+124+119=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #447C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C77 is #BB8388. Grayscale: #6A6A6A. Windows color (decimal): -12288905 or 7830596. OLE color: 7830596.

HSL color Cylindrical-coordinate representation of color #447C77: hue angle of 174.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447C77 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 124 119 -
CMYK 0.45 0 0.04 0.51
HSL 174.64º 0.29% 0.38% -
HSV(B) 174.64º 0.45% 0.49% -
XYZ 12.92 16.98 20.05 -
YUV 106.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 68 124 119 0.45 0 0.04 0.51 174.64 0.29 0.38
Hex 44 7C 77 2D 0 4 33 AF 1D 26
Octal 104 174 167 55 0 4 63 257 35 46
Binary 1000100 1111100 1110111 101101 0 100 110011 10101111 11101 100110

Color Harmonies of #447C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C77

Black with #447C77

Text Example


Text Example

White with #447C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447C77; }

 p { color: rgb(68,124,119); }

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

background-color css

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

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

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

border-color css

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

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

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