Html Css Color HEX #67748A Waikawa Grey

📋 copy color: '#67748A'

red 103 ◦ green 116 ◦ blue 138

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

Shades of Waikawa Grey #67748A

Tints of Waikawa Grey #67748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 28.85%
G = 32.49%
B = 38.66%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#67748A (or 0x67748A) is known color: Waikawa Grey. HEX triplet: 67, 74 and 8A. RGB value is (103,116,138). Sum of RGB (Red+Green+Blue) = 103+116+138=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #67748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67748A is #988B75. Grayscale: #727272. Windows color (decimal): -9997174 or 9073767. OLE color: 9073767.

HSL color Cylindrical-coordinate representation of color #67748A: hue angle of 217.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67748A is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 116 138 -
CMYK 0.25 0.16 0 0.46
HSL 217.71º 0.15% 0.47% -
HSV(B) 217.71º 0.25% 0.54% -
XYZ 16.43 17.21 26.5 -
YUV 114.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 103 116 138 0.25 0.16 0 0.46 217.71 0.15 0.47
Hex 67 74 8A 19 10 0 2E DA F 2F
Octal 147 164 212 31 20 0 56 332 17 57
Binary 1100111 1110100 10001010 11001 10000 0 101110 11011010 1111 101111

Color Harmonies of #67748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67748A

Black with #67748A

Text Example


Text Example

White with #67748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67748A; }

 p { color: rgb(103,116,138); }

 H1.HeaderClassName
 {
   color: #67748A;
 }
 .AnyTagClassName
 {
   color: #67748A;
 }
</style>

background-color css

<style>
 a { background-color: #67748A; }

 a { background-color: rgb(103,116,138); }

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

border-color css

<style>
 span { border-color: #67748A; }

 span { border-color: rgb(103,116,138); }

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