Html Css Color HEX #75826D Xanadu

📋 copy color: '#75826D'

red 117 ◦ green 130 ◦ blue 109

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

Shades of Xanadu #75826D

Tints of Xanadu #75826D

RGB

 RED value IS 117 (46.09% from 255) = 32.87%

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 32.87%
G = 36.52%
B = 30.62%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#75826D (or 0x75826D) is known color: Xanadu. HEX triplet: 75, 82 and 6D. RGB value is (117,130,109). Sum of RGB (Red+Green+Blue) = 117+130+109=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #75826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75826D is #8A7D92. Grayscale: #7B7B7B. Windows color (decimal): -9076115 or 7176821. OLE color: 7176821.

HSL color Cylindrical-coordinate representation of color #75826D: hue angle of 97.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75826D is Cyan = 0.1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 109 -
CMYK 0.1 0 0.16 0.49
HSL 97.14º 0.09% 0.47% -
HSV(B) 97.14º 0.16% 0.51% -
XYZ 18.08 20.85 17.54 -
YUV 123.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 117 130 109 0.1 0 0.16 0.49 97.14 0.09 0.47
Hex 75 82 6D A 0 10 31 61 9 2F
Octal 165 202 155 12 0 20 61 141 11 57
Binary 1110101 10000010 1101101 1010 0 10000 110001 1100001 1001 101111

Color Harmonies of #75826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75826D

Black with #75826D

Text Example


Text Example

White with #75826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75826D; }

 p { color: rgb(117,130,109); }

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

background-color css

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

 a { background-color: rgb(117,130,109); }

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

border-color css

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

 span { border-color: rgb(117,130,109); }

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