Html Css Color HEX #75753D Crete

📋 copy color: '#75753D'

red 117 ◦ green 117 ◦ blue 61

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

Shades of Crete #75753D

Tints of Crete #75753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 39.66%
G = 39.66%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75753D (or 0x75753D) is known color: Crete. HEX triplet: 75, 75 and 3D. RGB value is (117,117,61). Sum of RGB (Red+Green+Blue) = 117+117+61=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75753D is #8A8AC2. Grayscale: #6E6E6E. Windows color (decimal): -9079491 or 4027765. OLE color: 4027765.

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

Color convert

RGB 117 117 61 -
CMYK 0 0 0.48 0.54
HSL 60º 0.31% 0.35% -
HSV(B) 60º 0.48% 0.46% -
XYZ 14.54 16.84 6.9 -
YUV 110.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 117 117 61 0 0 0.48 0.54 60 0.31 0.35
Hex 75 75 3D 0 0 30 36 3C 1F 23
Octal 165 165 75 0 0 60 66 74 37 43
Binary 1110101 1110101 111101 0 0 110000 110110 111100 11111 100011

Color Harmonies of #75753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75753D

Black with #75753D

Text Example


Text Example

White with #75753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75753D; }

 p { color: rgb(117,117,61); }

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

background-color css

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

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

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

border-color css

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

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

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