Html Css Color HEX #765025 Cafe Royale

📋 copy color: '#765025'

red 118 ◦ green 80 ◦ blue 37

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

Shades of Cafe Royale #765025

Tints of Cafe Royale #765025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

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

R = 50.21%
G = 34.04%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#765025 (or 0x765025) is known color: Cafe Royale. HEX triplet: 76, 50 and 25. RGB value is (118,80,37). Sum of RGB (Red+Green+Blue) = 118+80+37=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #765025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765025 is #89AFDA. Grayscale: #565656. Windows color (decimal): -9023451 or 2445430. OLE color: 2445430.

HSL color Cylindrical-coordinate representation of color #765025: hue angle of 31.85º 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 #765025 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 37 -
CMYK 0 0.32 0.69 0.54
HSL 31.85º 0.52% 0.3% -
HSV(B) 31.85º 0.69% 0.46% -
XYZ 10.67 9.72 3.06 -
YUV 86.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 118 80 37 0 0.32 0.69 0.54 31.85 0.52 0.3
Hex 76 50 25 0 20 45 36 20 34 1E
Octal 166 120 45 0 40 105 66 40 64 36
Binary 1110110 1010000 100101 0 100000 1000101 110110 100000 110100 11110

Color Harmonies of #765025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765025

Black with #765025

Text Example


Text Example

White with #765025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765025; }

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

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

background-color css

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

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

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

border-color css

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

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

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