Html Css Color HEX #5C7676 Breaker Bay

📋 copy color: '#5C7676'

red 92 ◦ green 118 ◦ blue 118

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

Shades of Breaker Bay #5C7676

Tints of Breaker Bay #5C7676

RGB

 RED value IS 92 (36.33% from 255) = 28.05%

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 28.05%
G = 35.98%
B = 35.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C7676 (or 0x5C7676) is known color: Breaker Bay. HEX triplet: 5C, 76 and 76. RGB value is (92,118,118). Sum of RGB (Red+Green+Blue) = 92+118+118=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #5C7676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7676 is #A38989. Grayscale: #6E6E6E. Windows color (decimal): -10717578 or 7763548. OLE color: 7763548.

HSL color Cylindrical-coordinate representation of color #5C7676: hue angle of 180º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C7676 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 118 118 -
CMYK 0.22 0 0 0.54
HSL 180º 0.12% 0.41% -
HSV(B) 180º 0.22% 0.46% -
XYZ 14.16 16.54 19.59 -
YUV 110.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 92 118 118 0.22 0 0 0.54 180 0.12 0.41
Hex 5C 76 76 16 0 0 36 B4 C 29
Octal 134 166 166 26 0 0 66 264 14 51
Binary 1011100 1110110 1110110 10110 0 0 110110 10110100 1100 101001

Color Harmonies of #5C7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7676

Black with #5C7676

Text Example


Text Example

White with #5C7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C7676; }

 p { color: rgb(92,118,118); }

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

background-color css

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

 a { background-color: rgb(92,118,118); }

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

border-color css

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

 span { border-color: rgb(92,118,118); }

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