Html Css Color HEX #75826E Xanadu

📋 copy color: '#75826E'

red 117 ◦ green 130 ◦ blue 110

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

Shades of Xanadu #75826E

Tints of Xanadu #75826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 32.77%
G = 36.41%
B = 30.81%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#75826E (or 0x75826E) is known color: Xanadu. HEX triplet: 75, 82 and 6E. RGB value is (117,130,110). Sum of RGB (Red+Green+Blue) = 117+130+110=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #75826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75826E is #8A7D91. Grayscale: #7B7B7B. Windows color (decimal): -9076114 or 7242357. OLE color: 7242357.

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

Color convert

RGB 117 130 110 -
CMYK 0.1 0 0.15 0.49
HSL 99º 0.08% 0.47% -
HSV(B) 99º 0.15% 0.51% -
XYZ 18.13 20.87 17.83 -
YUV 123.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 117 130 110 0.1 0 0.15 0.49 99 0.08 0.47
Hex 75 82 6E A 0 F 31 63 8 2F
Octal 165 202 156 12 0 17 61 143 10 57
Binary 1110101 10000010 1101110 1010 0 1111 110001 1100011 1000 101111

Color Harmonies of #75826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75826E

Black with #75826E

Text Example


Text Example

White with #75826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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