Html Css Color HEX #65738D Waikawa Grey

📋 copy color: '#65738D'

red 101 ◦ green 115 ◦ blue 141

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

Shades of Waikawa Grey #65738D

Tints of Waikawa Grey #65738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 28.29%
G = 32.21%
B = 39.5%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65738D (or 0x65738D) is known color: Waikawa Grey. HEX triplet: 65, 73 and 8D. RGB value is (101,115,141). Sum of RGB (Red+Green+Blue) = 101+115+141=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #65738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65738D is #9A8C72. Grayscale: #717171. Windows color (decimal): -10128499 or 9270117. OLE color: 9270117.

HSL color Cylindrical-coordinate representation of color #65738D: hue angle of 219º 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 #65738D is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 115 141 -
CMYK 0.28 0.18 0 0.45
HSL 219º 0.17% 0.47% -
HSV(B) 219º 0.28% 0.55% -
XYZ 16.31 16.95 27.61 -
YUV 113.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 101 115 141 0.28 0.18 0 0.45 219 0.17 0.47
Hex 65 73 8D 1C 12 0 2D DB 11 2F
Octal 145 163 215 34 22 0 55 333 21 57
Binary 1100101 1110011 10001101 11100 10010 0 101101 11011011 10001 101111

Color Harmonies of #65738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65738D

Black with #65738D

Text Example


Text Example

White with #65738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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