Html Css Color HEX #607872 Cutty Sark

📋 copy color: '#607872'

red 96 ◦ green 120 ◦ blue 114

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

Shades of Cutty Sark #607872

Tints of Cutty Sark #607872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 29.09%
G = 36.36%
B = 34.55%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#607872 (or 0x607872) is known color: Cutty Sark. HEX triplet: 60, 78 and 72. RGB value is (96,120,114). Sum of RGB (Red+Green+Blue) = 96+120+114=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #607872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607872 is #9F878D. Grayscale: #707070. Windows color (decimal): -10454926 or 7501920. OLE color: 7501920.

HSL color Cylindrical-coordinate representation of color #607872: hue angle of 165º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607872 is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 114 -
CMYK 0.2 0 0.05 0.53
HSL 165º 0.11% 0.42% -
HSV(B) 165º 0.2% 0.47% -
XYZ 14.58 17.13 18.46 -
YUV 112.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 96 120 114 0.2 0 0.05 0.53 165 0.11 0.42
Hex 60 78 72 14 0 5 35 A5 B 2A
Octal 140 170 162 24 0 5 65 245 13 52
Binary 1100000 1111000 1110010 10100 0 101 110101 10100101 1011 101010

Color Harmonies of #607872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607872

Black with #607872

Text Example


Text Example

White with #607872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607872; }

 p { color: rgb(96,120,114); }

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

background-color css

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

 a { background-color: rgb(96,120,114); }

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

border-color css

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

 span { border-color: rgb(96,120,114); }

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