Html Css Color HEX #617C7B Breaker Bay

📋 copy color: '#617C7B'

red 97 ◦ green 124 ◦ blue 123

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

Shades of Breaker Bay #617C7B

Tints of Breaker Bay #617C7B

RGB

 RED value IS 97 (38.28% from 255) = 28.2%

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

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

R = 28.2%
G = 36.05%
B = 35.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#617C7B (or 0x617C7B) is known color: Breaker Bay. HEX triplet: 61, 7C and 7B. RGB value is (97,124,123). Sum of RGB (Red+Green+Blue) = 97+124+123=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #617C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C7B is #9E8384. Grayscale: #737373. Windows color (decimal): -10388357 or 8092769. OLE color: 8092769.

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

Color convert

RGB 97 124 123 -
CMYK 0.22 0 0.01 0.51
HSL 177.78º 0.12% 0.43% -
HSV(B) 177.78º 0.22% 0.49% -
XYZ 15.71 18.39 21.46 -
YUV 115.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 97 124 123 0.22 0 0.01 0.51 177.78 0.12 0.43
Hex 61 7C 7B 16 0 1 33 B2 C 2B
Octal 141 174 173 26 0 1 63 262 14 53
Binary 1100001 1111100 1111011 10110 0 1 110011 10110010 1100 101011

Color Harmonies of #617C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C7B

Black with #617C7B

Text Example


Text Example

White with #617C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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