Html Css Color HEX #765125 Cafe Royale

📋 copy color: '#765125'

red 118 ◦ green 81 ◦ blue 37

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

Shades of Cafe Royale #765125

Tints of Cafe Royale #765125

RGB

 RED value IS 118 (46.48% from 255) = 50%

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

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 50%
G = 34.32%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#765125 (or 0x765125) is known color: Cafe Royale. HEX triplet: 76, 51 and 25. RGB value is (118,81,37). Sum of RGB (Red+Green+Blue) = 118+81+37=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #765125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765125 is #89AEDA. Grayscale: #575757. Windows color (decimal): -9023195 or 2445686. OLE color: 2445686.

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

Color convert

RGB 118 81 37 -
CMYK 0 0.31 0.69 0.54
HSL 32.59º 0.52% 0.3% -
HSV(B) 32.59º 0.69% 0.46% -
XYZ 10.75 9.87 3.09 -
YUV 87.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 118 81 37 0 0.31 0.69 0.54 32.59 0.52 0.3
Hex 76 51 25 0 1F 45 36 21 34 1E
Octal 166 121 45 0 37 105 66 41 64 36
Binary 1110110 1010001 100101 0 11111 1000101 110110 100001 110100 11110

Color Harmonies of #765125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765125

Black with #765125

Text Example


Text Example

White with #765125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765125; }

 p { color: rgb(118,81,37); }

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

background-color css

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

 a { background-color: rgb(118,81,37); }

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

border-color css

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

 span { border-color: rgb(118,81,37); }

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