Html Css Color HEX #617E7D Breaker Bay

📋 copy color: '#617E7D'

red 97 ◦ green 126 ◦ blue 125

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

Shades of Breaker Bay #617E7D

Tints of Breaker Bay #617E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 27.87%
G = 36.21%
B = 35.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#617E7D (or 0x617E7D) is known color: Breaker Bay. HEX triplet: 61, 7E and 7D. RGB value is (97,126,125). Sum of RGB (Red+Green+Blue) = 97+126+125=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 126 - color contains mainly: green. Hex color #617E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E7D is #9E8182. Grayscale: #757575. Windows color (decimal): -10387843 or 8224353. OLE color: 8224353.

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

Color convert

RGB 97 126 125 -
CMYK 0.23 0 0.01 0.51
HSL 177.93º 0.13% 0.44% -
HSV(B) 177.93º 0.23% 0.49% -
XYZ 16.09 18.94 22.21 -
YUV 117.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 97 126 125 0.23 0 0.01 0.51 177.93 0.13 0.44
Hex 61 7E 7D 17 0 1 33 B2 D 2C
Octal 141 176 175 27 0 1 63 262 15 54
Binary 1100001 1111110 1111101 10111 0 1 110011 10110010 1101 101100

Color Harmonies of #617E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617E7D

Black with #617E7D

Text Example


Text Example

White with #617E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,126,125); }

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

background-color css

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

 a { background-color: rgb(97,126,125); }

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

border-color css

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

 span { border-color: rgb(97,126,125); }

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