Html Css Color HEX #714365 Cosmic

📋 copy color: '#714365'

red 113 ◦ green 67 ◦ blue 101

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

Shades of Cosmic #714365

Tints of Cosmic #714365

RGB

 RED value IS 113 (44.53% from 255) = 40.21%

 GREEN value IS 67 (26.56% from 255) = 23.84%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 40.21%
G = 23.84%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#714365 (or 0x714365) is known color: Cosmic. HEX triplet: 71, 43 and 65. RGB value is (113,67,101). Sum of RGB (Red+Green+Blue) = 113+67+101=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #714365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714365 is #8EBC9A. Grayscale: #545454. Windows color (decimal): -9354395 or 6636401. OLE color: 6636401.

HSL color Cylindrical-coordinate representation of color #714365: hue angle of 315.65º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714365 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 101 -
CMYK 0 0.41 0.11 0.56
HSL 315.65º 0.26% 0.35% -
HSV(B) 315.65º 0.41% 0.44% -
XYZ 11.17 8.46 13.36 -
YUV 84.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 113 67 101 0 0.41 0.11 0.56 315.65 0.26 0.35
Hex 71 43 65 0 29 B 38 13C 1A 23
Octal 161 103 145 0 51 13 70 474 32 43
Binary 1110001 1000011 1100101 0 101001 1011 111000 100111100 11010 100011

Color Harmonies of #714365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714365

Black with #714365

Text Example


Text Example

White with #714365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714365; }

 p { color: rgb(113,67,101); }

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

background-color css

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

 a { background-color: rgb(113,67,101); }

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

border-color css

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

 span { border-color: rgb(113,67,101); }

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