Html Css Color HEX #607775 Nevada

📋 copy color: '#607775'

red 96 ◦ green 119 ◦ blue 117

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

Shades of Nevada #607775

Tints of Nevada #607775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 28.92%
G = 35.84%
B = 35.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#607775 (or 0x607775) is known color: Nevada. HEX triplet: 60, 77 and 75. RGB value is (96,119,117). Sum of RGB (Red+Green+Blue) = 96+119+117=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #607775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607775 is #9F888A. Grayscale: #6F6F6F. Windows color (decimal): -10455179 or 7698272. OLE color: 7698272.

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

Color convert

RGB 96 119 117 -
CMYK 0.19 0 0.02 0.53
HSL 174.78º 0.11% 0.42% -
HSV(B) 174.78º 0.19% 0.47% -
XYZ 14.63 16.96 19.33 -
YUV 111.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 96 119 117 0.19 0 0.02 0.53 174.78 0.11 0.42
Hex 60 77 75 13 0 2 35 AF B 2A
Octal 140 167 165 23 0 2 65 257 13 52
Binary 1100000 1110111 1110101 10011 0 10 110101 10101111 1011 101010

Color Harmonies of #607775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607775

Black with #607775

Text Example


Text Example

White with #607775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607775; }

 p { color: rgb(96,119,117); }

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

background-color css

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

 a { background-color: rgb(96,119,117); }

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

border-color css

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

 span { border-color: rgb(96,119,117); }

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