Html Css Color HEX #756D35 Crete

📋 copy color: '#756D35'

red 117 ◦ green 109 ◦ blue 53

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

Shades of Crete #756D35

Tints of Crete #756D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.07%

 BLUE value IS 53 (21.09% from 255) = 19%

R = 41.94%
G = 39.07%
B = 19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#756D35 (or 0x756D35) is known color: Crete. HEX triplet: 75, 6D and 35. RGB value is (117,109,53). Sum of RGB (Red+Green+Blue) = 117+109+53=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #756D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D35 is #8A92CA. Grayscale: #696969. Windows color (decimal): -9081547 or 3501429. OLE color: 3501429.

HSL color Cylindrical-coordinate representation of color #756D35: hue angle of 52.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756D35 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 53 -
CMYK 0 0.07 0.55 0.54
HSL 52.5º 0.38% 0.33% -
HSV(B) 52.5º 0.55% 0.46% -
XYZ 13.45 14.98 5.55 -
YUV 105.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 117 109 53 0 0.07 0.55 0.54 52.5 0.38 0.33
Hex 75 6D 35 0 7 37 36 34 26 21
Octal 165 155 65 0 7 67 66 64 46 41
Binary 1110101 1101101 110101 0 111 110111 110110 110100 100110 100001

Color Harmonies of #756D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D35

Black with #756D35

Text Example


Text Example

White with #756D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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