Html Css Color HEX #65768D Waikawa Grey

📋 copy color: '#65768D'

red 101 ◦ green 118 ◦ blue 141

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

Shades of Waikawa Grey #65768D

Tints of Waikawa Grey #65768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 28.06%
G = 32.78%
B = 39.17%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65768D (or 0x65768D) is known color: Waikawa Grey. HEX triplet: 65, 76 and 8D. RGB value is (101,118,141). Sum of RGB (Red+Green+Blue) = 101+118+141=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #65768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65768D is #9A8972. Grayscale: #737373. Windows color (decimal): -10127731 or 9270885. OLE color: 9270885.

HSL color Cylindrical-coordinate representation of color #65768D: hue angle of 214.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65768D is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 118 141 -
CMYK 0.28 0.16 0 0.45
HSL 214.5º 0.17% 0.47% -
HSV(B) 214.5º 0.28% 0.55% -
XYZ 16.65 17.65 27.73 -
YUV 115.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 101 118 141 0.28 0.16 0 0.45 214.5 0.17 0.47
Hex 65 76 8D 1C 10 0 2D D6 11 2F
Octal 145 166 215 34 20 0 55 326 21 57
Binary 1100101 1110110 10001101 11100 10000 0 101101 11010110 10001 101111

Color Harmonies of #65768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65768D

Black with #65768D

Text Example


Text Example

White with #65768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,118,141); }

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

background-color css

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

 a { background-color: rgb(101,118,141); }

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

border-color css

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

 span { border-color: rgb(101,118,141); }

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