Html Css Color HEX #5C7C76 Breaker Bay

📋 copy color: '#5C7C76'

red 92 ◦ green 124 ◦ blue 118

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

Shades of Breaker Bay #5C7C76

Tints of Breaker Bay #5C7C76

RGB

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

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

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

R = 27.54%
G = 37.13%
B = 35.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#5C7C76 (or 0x5C7C76) is known color: Breaker Bay. HEX triplet: 5C, 7C and 76. RGB value is (92,124,118). Sum of RGB (Red+Green+Blue) = 92+124+118=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C76 is #A38389. Grayscale: #717171. Windows color (decimal): -10716042 or 7765084. OLE color: 7765084.

HSL color Cylindrical-coordinate representation of color #5C7C76: hue angle of 168.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7C76 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 124 118 -
CMYK 0.26 0 0.05 0.51
HSL 168.75º 0.15% 0.42% -
HSV(B) 168.75º 0.26% 0.49% -
XYZ 14.89 18 19.83 -
YUV 113.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 92 124 118 0.26 0 0.05 0.51 168.75 0.15 0.42
Hex 5C 7C 76 1A 0 5 33 A9 F 2A
Octal 134 174 166 32 0 5 63 251 17 52
Binary 1011100 1111100 1110110 11010 0 101 110011 10101001 1111 101010

Color Harmonies of #5C7C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7C76

Black with #5C7C76

Text Example


Text Example

White with #5C7C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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