Html Css Color HEX #67779C Waikawa Grey

📋 copy color: '#67779C'

red 103 ◦ green 119 ◦ blue 156

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

Shades of Waikawa Grey #67779C

Tints of Waikawa Grey #67779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 27.25%
G = 31.48%
B = 41.27%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67779C (or 0x67779C) is known color: Waikawa Grey. HEX triplet: 67, 77 and 9C. RGB value is (103,119,156). Sum of RGB (Red+Green+Blue) = 103+119+156=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #67779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67779C is #988863. Grayscale: #767676. Windows color (decimal): -9996388 or 10254183. OLE color: 10254183.

HSL color Cylindrical-coordinate representation of color #67779C: hue angle of 221.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67779C is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 119 156 -
CMYK 0.34 0.24 0 0.39
HSL 221.89º 0.21% 0.51% -
HSV(B) 221.89º 0.34% 0.61% -
XYZ 18.19 18.48 34.06 -
YUV 118.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 103 119 156 0.34 0.24 0 0.39 221.89 0.21 0.51
Hex 67 77 9C 22 18 0 27 DE 15 33
Octal 147 167 234 42 30 0 47 336 25 63
Binary 1100111 1110111 10011100 100010 11000 0 100111 11011110 10101 110011

Color Harmonies of #67779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67779C

Black with #67779C

Text Example


Text Example

White with #67779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67779C; }

 p { color: rgb(103,119,156); }

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

background-color css

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

 a { background-color: rgb(103,119,156); }

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

border-color css

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

 span { border-color: rgb(103,119,156); }

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