#67878B

Color #67878B Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #67878B

Tints of Gothic #67878B

Color information

#67878B (or 0x67878B) is unknown color: approx Gothic. HEX triplet: 67, 87 and 8B. RGB value is (103,135,139). Sum of RGB (Red+Green+Blue) = 103+135+139=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #67878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67878B is #987874. Grayscale: #7D7D7D. Windows color (decimal): -9992309 or 9144167. OLE color: 9144167.

HSL color Cylindrical-coordinate representation of color #67878B: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67878B is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB103135139-
CMYK0.260.0300.45
HSL186.67º14.88%47.45%-
HSV(B)186.67º25.9%54.51%-
XYZ18.9222.0827.69-
YUV125.89135.4111.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=27.32%
G=35.81%
B=36.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031351390.260.0300.45186.6714.8847.45
Hex67878B1A302Dbbf2f
Octal1472072133230552731757
Binary1100111100001111000101111010110101101101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67878B; }

 p { color: rgb(103,135,139); }

 H1.HeaderClassName
 {
   color: #67878B;
 }
 .AnyTagClassName
 {
   color: #67878B;
 }
</style>
background-color css

<style>
 a { background-color: #67878B; }

 a { background-color: rgb(103,135,139); }

 div.DivClassName
 {
   background-color: #67878B;
 }
 .BgClassName
 {
   background-color: #67878B;
 }
</style>
border-color css

<style>
 span { border-color: #67878B; }

 span { border-color: rgb(103,135,139); }

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