Html Css Color HEX #67758E Waikawa Grey

📋 copy color: '#67758E'

red 103 ◦ green 117 ◦ blue 142

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

Shades of Waikawa Grey #67758E

Tints of Waikawa Grey #67758E

RGB

 RED value IS 103 (40.63% from 255) = 28.45%

 GREEN value IS 117 (46.09% from 255) = 32.32%

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 28.45%
G = 32.32%
B = 39.23%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67758E (or 0x67758E) is known color: Waikawa Grey. HEX triplet: 67, 75 and 8E. RGB value is (103,117,142). Sum of RGB (Red+Green+Blue) = 103+117+142=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #67758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67758E is #988A71. Grayscale: #737373. Windows color (decimal): -9996914 or 9336167. OLE color: 9336167.

HSL color Cylindrical-coordinate representation of color #67758E: hue angle of 218.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67758E is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 117 142 -
CMYK 0.27 0.18 0 0.44
HSL 218.46º 0.16% 0.48% -
HSV(B) 218.46º 0.27% 0.56% -
XYZ 16.84 17.56 28.09 -
YUV 115.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 103 117 142 0.27 0.18 0 0.44 218.46 0.16 0.48
Hex 67 75 8E 1B 12 0 2C DA 10 30
Octal 147 165 216 33 22 0 54 332 20 60
Binary 1100111 1110101 10001110 11011 10010 0 101100 11011010 10000 110000

Color Harmonies of #67758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67758E

Black with #67758E

Text Example


Text Example

White with #67758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67758E; }

 p { color: rgb(103,117,142); }

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

background-color css

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

 a { background-color: rgb(103,117,142); }

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

border-color css

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

 span { border-color: rgb(103,117,142); }

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