Html Css Color HEX #755127 Cafe Royale

📋 copy color: '#755127'

red 117 ◦ green 81 ◦ blue 39

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

Shades of Cafe Royale #755127

Tints of Cafe Royale #755127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.18%

 BLUE value IS 39 (15.63% from 255) = 16.46%

R = 49.37%
G = 34.18%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#755127 (or 0x755127) is known color: Cafe Royale. HEX triplet: 75, 51 and 27. RGB value is (117,81,39). Sum of RGB (Red+Green+Blue) = 117+81+39=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755127 is #8AAED8. Grayscale: #575757. Windows color (decimal): -9088729 or 2576757. OLE color: 2576757.

HSL color Cylindrical-coordinate representation of color #755127: hue angle of 32.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #755127 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 39 -
CMYK 0 0.31 0.67 0.54
HSL 32.31º 0.5% 0.31% -
HSV(B) 32.31º 0.67% 0.46% -
XYZ 10.64 9.81 3.25 -
YUV 86.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 117 81 39 0 0.31 0.67 0.54 32.31 0.5 0.31
Hex 75 51 27 0 1F 43 36 20 32 1F
Octal 165 121 47 0 37 103 66 40 62 37
Binary 1110101 1010001 100111 0 11111 1000011 110110 100000 110010 11111

Color Harmonies of #755127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755127

Black with #755127

Text Example


Text Example

White with #755127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755127; }

 p { color: rgb(117,81,39); }

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

background-color css

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

 a { background-color: rgb(117,81,39); }

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

border-color css

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

 span { border-color: rgb(117,81,39); }

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