Html Css Color HEX #65779D Waikawa Grey

📋 copy color: '#65779D'

red 101 ◦ green 119 ◦ blue 157

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

Shades of Waikawa Grey #65779D

Tints of Waikawa Grey #65779D

RGB

 RED value IS 101 (39.84% from 255) = 26.79%

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 26.79%
G = 31.56%
B = 41.64%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65779D (or 0x65779D) is known color: Waikawa Grey. HEX triplet: 65, 77 and 9D. RGB value is (101,119,157). Sum of RGB (Red+Green+Blue) = 101+119+157=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #65779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65779D is #9A8862. Grayscale: #757575. Windows color (decimal): -10127459 or 10319717. OLE color: 10319717.

HSL color Cylindrical-coordinate representation of color #65779D: hue angle of 220.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65779D is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 119 157 -
CMYK 0.36 0.24 0 0.38
HSL 220.71º 0.22% 0.51% -
HSV(B) 220.71º 0.36% 0.62% -
XYZ 18.05 18.39 34.5 -
YUV 117.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 101 119 157 0.36 0.24 0 0.38 220.71 0.22 0.51
Hex 65 77 9D 24 18 0 26 DD 16 33
Octal 145 167 235 44 30 0 46 335 26 63
Binary 1100101 1110111 10011101 100100 11000 0 100110 11011101 10110 110011

Color Harmonies of #65779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65779D

Black with #65779D

Text Example


Text Example

White with #65779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65779D; }

 p { color: rgb(101,119,157); }

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

background-color css

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

 a { background-color: rgb(101,119,157); }

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

border-color css

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

 span { border-color: rgb(101,119,157); }

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