Html Css Color HEX #607F76 Cutty Sark

📋 copy color: '#607F76'

red 96 ◦ green 127 ◦ blue 118

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

Shades of Cutty Sark #607F76

Tints of Cutty Sark #607F76

RGB

 RED value IS 96 (37.89% from 255) = 28.15%

 GREEN value IS 127 (50% from 255) = 37.24%

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

R = 28.15%
G = 37.24%
B = 34.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#607F76 (or 0x607F76) is known color: Cutty Sark. HEX triplet: 60, 7F and 76. RGB value is (96,127,118). Sum of RGB (Red+Green+Blue) = 96+127+118=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 127 - color contains mainly: green. Hex color #607F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F76 is #9F8089. Grayscale: #747474. Windows color (decimal): -10453130 or 7765856. OLE color: 7765856.

HSL color Cylindrical-coordinate representation of color #607F76: hue angle of 162.58º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F76 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 127 118 -
CMYK 0.24 0 0.07 0.50
HSL 162.58º 0.14% 0.44% -
HSV(B) 162.58º 0.24% 0.5% -
XYZ 15.68 18.97 19.98 -
YUV 116.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 96 127 118 0.24 0 0.07 0.50 162.58 0.14 0.44
Hex 60 7F 76 18 0 7 32 A3 E 2C
Octal 140 177 166 30 0 7 62 243 16 54
Binary 1100000 1111111 1110110 11000 0 111 110010 10100011 1110 101100

Color Harmonies of #607F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F76

Black with #607F76

Text Example


Text Example

White with #607F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607F76; }

 p { color: rgb(96,127,118); }

 H1.HeaderClassName
 {
   color: #607F76;
 }
 .AnyTagClassName
 {
   color: #607F76;
 }
</style>

background-color css

<style>
 a { background-color: #607F76; }

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

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

border-color css

<style>
 span { border-color: #607F76; }

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

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