Html Css Color HEX #745967 Cosmic

📋 copy color: '#745967'

red 116 ◦ green 89 ◦ blue 103

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

Shades of Cosmic #745967

Tints of Cosmic #745967

RGB

 RED value IS 116 (45.7% from 255) = 37.66%

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 37.66%
G = 28.9%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#745967 (or 0x745967) is known color: Cosmic. HEX triplet: 74, 59 and 67. RGB value is (116,89,103). Sum of RGB (Red+Green+Blue) = 116+89+103=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #745967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745967 is #8BA698. Grayscale: #626262. Windows color (decimal): -9152153 or 6773108. OLE color: 6773108.

HSL color Cylindrical-coordinate representation of color #745967: hue angle of 328.89º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #745967 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 103 -
CMYK 0 0.23 0.11 0.55
HSL 328.89º 0.13% 0.4% -
HSV(B) 328.89º 0.23% 0.45% -
XYZ 13.22 11.84 14.42 -
YUV 98.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 116 89 103 0 0.23 0.11 0.55 328.89 0.13 0.4
Hex 74 59 67 0 17 B 37 149 D 28
Octal 164 131 147 0 27 13 67 511 15 50
Binary 1110100 1011001 1100111 0 10111 1011 110111 101001001 1101 101000

Color Harmonies of #745967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745967

Black with #745967

Text Example


Text Example

White with #745967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745967; }

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

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

background-color css

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

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

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

border-color css

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

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

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